The following tables list the members exposed by ICertificate.
Name | Description | |
---|---|---|
![]() | Certificate | The primary certificate. |
![]() | HasPrivateKey | Whether a private key is available. |
![]() | RawData | The DER encoded certficate data with all supporting certificates. |
![]() | Subject | The subject name for the certificate. |
![]() | Thumbprint | The SHA1 hash of the certificate represented as an uppercase hexadecimal. |
Name | Description | |
---|---|---|
![]() | Decrypt | Encrypts the data using the specified algorithm. |
![]() | Encrypt | Encrypts the data using the specified algorithm. |
![]() | GetCipherTextBlockSize | Returns the size of a block of encrypted data. |
![]() | GetPlainTextBlockSize | Returns the size of a block of unencrypted data. |
![]() | GetSignatureLength | Returns the length of the signature. |
![]() | GetSupportingCertificates | Any supporting certificates. |
![]() | Sign | Signs the data and returns the signature. |
![]() | Verify | Verifies the signature for the data. |