System.Security
2.0.0.0
4.0.0.0
System.ValueType
The 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.
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.
Use the structure to specify a certificate issuer's distinguished name and serial number pair when using the class. You can add an structure to the class using the property. Alternatively, you can add string values that represent the X.509 certificate issuer's distinguished name and serial number pair using the method.
For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
Represents the <X509IssuerSerial> element of an XML digital signature.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property represents an X.509 certificate issuer's distinguished name specified in the <X509IssuerSerial> element.
For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
Gets or sets an X.509 certificate issuer's distinguished name.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property represents an X.509 certificate issuer's serial number specified in the <X509IssuerSerial> element.
For more information about the <X509IssuerSerial> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
Gets or sets an X.509 certificate issuer's serial number.