PkcsSignerInfoBuilder Methods |
The PkcsSignerInfoBuilder type exposes the following members.
Name | Description | |
---|---|---|
AddAuthenticatedAttribute |
Adds authenticated attribute. Authenticated attribute will be protected from tampering by digitally signing its contents.
| |
AddUnauthenticatedAttribute |
Adds unauthenticated attribute. Unlike authenticated attribute, unauthenticated attributes are not protected by signer's signature.
Unauthenticated attributes are replaceable. Such attributes are counter-signing and timestamp. These attributes are informative or
provide their own integrity mechanisms.
| |
Encode |
Encodes and signs the content using the signer object used in
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Sign |
Signs authenticated attributes.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |