Name | Description | |
---|---|---|
![]() | X509Signature Constructor | Overloaded. |
The following tables list the members exposed by X509Signature.
Name | Description | |
---|---|---|
![]() | X509Signature Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Name | The hash algorithm used for signing. |
![]() | Signature | The signature of the data. |
![]() | SignatureAlgorithm | The signature algorithm as Oid string. |
![]() | SignatureAlgorithmIdentifier | The encoded signature algorithm that was used for signing. |
![]() | Tbs | The field contains the ASN.1 data to be signed. |
Name | Description | |
---|---|---|
![]() | Encode | Encode Tbs with a signature in ASN format. |
![]() | Verify | Verify the signature with the public key of the signer. |