1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="X509IssuerSerial" FullName="System.Security.Cryptography.Xml.X509IssuerSerial">
<TypeSignature Language="C#" Value="public struct X509IssuerSerial" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit X509IssuerSerial extends System.ValueType" />
<AssemblyInfo>
<AssemblyName>System.Security</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure represents the <X509IssuerSerial> element of an XML digital signature defined by the XML digital signature specification. The <X509IssuerSerial> element is the subelement of the <X509Data> element that contains an X.509v3 certificate issuer's distinguished name and serial number pair. The distinguished name and serial number pair help identify a specific X.509v3 certificate.</para>
<para>The issuer of an X.509 certificate is the name of the certification authority that issued the certificate. Certification authorities assign each certificate they issue a unique serial number for identification purposes. </para>
<para>Use the <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure to specify a certificate issuer's distinguished name and serial number pair when using the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class. You can add an <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class using the <see cref="P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials" /> property. Alternatively, you can add string values that represent the X.509 certificate issuer's distinguished name and serial number pair using the <see cref="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)" /> method.</para>
<para>For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents the <X509IssuerSerial> element of an XML digital signature.</para>
</summary>
</Docs>
<Members>
<Member MemberName="IssuerName">
<MemberSignature Language="C#" Value="public string IssuerName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string IssuerName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName" /> property represents an X.509 certificate issuer's distinguished name specified in the <X509IssuerSerial> element.</para>
<para>For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets an X.509 certificate issuer's distinguished name.</para>
</summary>
</Docs>
</Member>
<Member MemberName="SerialNumber">
<MemberSignature Language="C#" Value="public string SerialNumber { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SerialNumber" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber" /> property represents an X.509 certificate issuer's serial number specified in the <X509IssuerSerial> element.</para>
<para>For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets an X.509 certificate issuer's serial number.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>
|