Click or drag to resize

PkcsSignerInfoBuilder Properties

The PkcsSignerInfoBuilder type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticatedAttributes
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.
Public propertyContentType
Gets or sets the object identifier that identifies the content type.
Public propertySubjectIdentifier
Gets or sets the subject identifier type used to identify the signer in signer info element. Default value is IssuerAndSerialNumber.
Public propertyUnauthenticatedAttributes
Gets the X509AttributeCollection collection of unsigned attributes that is associated with the PkcsSignerInfo content. Unsigned attributes can be modified without invalidating the signature.
Public propertyVersion
Gets the signer information version. Default version Version 1.
Top
See Also