PkcsSignerInfo Properties |
The PkcsSignerInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthenticatedAttributes |
Gets the X509AttributeCollection collection of signed attributes that is associated with
the signer information. Signed attributes are signed along with the rest of the message content.
|
![]() | Certificate |
Gets the signing certificate associated with the signer information.
|
![]() | EncryptedHash |
Gets the raw encrypted hash.
|
![]() | EncryptedHashAlgorithm |
Gets the Oid object that represents the hash algorithm used in the computation of the
encrypted hash.
|
![]() | HashAlgorithm |
Gets the Oid object that represents the hash algorithm used in the computation of the signatures.
|
![]() | Issuer |
Gets the certificate identifier of the signer associated with the signer information.
|
![]() | RawData |
Gets the ASN-encoded raw data associated with the current object.
|
![]() | UnauthenticatedAttributes |
Gets the X509AttributeCollection collection of unsigned attributes that is associated with
the PkcsSignerInfo content. Unsigned attributes can be modified without invalidating the
signature.
|
![]() | Version |
Gets the signer information version.
|