X509Data Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a XmlDsig X509Data element as per: https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-X509Data
public class X509Data
type X509Data = class
Public Class X509Data
- Inheritance
-
X509Data
Supports multiple certificates.
X509Data() |
Initializes an instance of X509Data. |
X509Data(IEnumerable<X509Certificate2>) |
Initializes an instance of X509Data. |
X509Data(X509Certificate2) |
Initializes an instance of X509Data. |
Certificates |
Get the collection of X509Certificates that is associated with 'X509Data'. |
CRL |
Get or sets the 'CRL' value that is a part of 'X509Data'. |
Issuer |
Gets or sets the 'X509IssuerSerial' that is part of a 'X509Data'. |
SKI |
Gets or sets the 'X509SKI' value that is a part of 'X509Data'. |
Subject |
Get or sets the 'X509SubjectName' value that is a part of 'X509Data'. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
Get |
Serves as the default hash function. |