Certificate Members
Represents the X.509 digital certificate that has been used to create a signature.
The following tables list the members exposed by the Certificate type.
Protected Constructors
Name | Description | |
---|---|---|
Certificate |
Top
Public Properties
Name | Description | |
---|---|---|
ExpirationDate | Gets the expiration date of a digital certificate in the localized 'SHORTDATE' format. | |
IssuedBy | Gets the name of the issuer of the digital certificate. | |
IssuedTo | Gets the name of the user to whom the digital certificate was issued. | |
Status | Gets the status of the digital certificate as a CertificateStatus enumerated constant. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top