System.Security.Cryptography.Xml.KeyInfoX509Data
Represents an <X509Data> subelement of an XMLDSIG or XML Encryption <KeyInfo> element.
Gets a list of the X.509v3 certificates contained in the KeyInfoX509Data object.
Gets or sets the Certificate Revocation List (CRL) contained within the KeyInfoX509Data object.
Gets a list of X509IssuerSerial structures that represent an issuer name and serial number pair.
Gets a list of the subject key identifiers (SKIs) contained in the KeyInfoX509Data object.
Gets a list of the subject names of the entities contained in the KeyInfoX509Data object.
public KeyInfoX509Data()
Initializes a new instance of the KeyInfoX509Data class.
Initializes a new instance of the KeyInfoX509Data class from the specified ASN.1 DER encoding of an X.509v3 certificate.
Initializes a new instance of the KeyInfoX509Data class from the specified X.509v3 certificate.
Initializes a new instance of the KeyInfoX509Data class from the specified X.509v3 certificate.
Adds the specified X.509v3 certificate to the KeyInfoX509Data.
Adds the specified issuer name and serial number pair to the KeyInfoX509Data object.
Adds the specified subject key identifier (SKI) byte array to the KeyInfoX509Data object.
Adds the specified subject key identifier (SKI) string to the KeyInfoX509Data object.
Adds the subject name of the entity that was issued an X.509v3 certificate to the KeyInfoX509Data object.