Edit

Share via


CmsSigner.UnsignedAttributes Property

Definition

Gets a collections of attributes to associate with this signature that are not protected by the signature.

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ UnsignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get; }
member this.UnsignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property UnsignedAttributes As CryptographicAttributeObjectCollection

Property Value

A collections of attributes to associate with this signature that are not protected by the signature.

Remarks

An example of an unsigned attribute that might be included in the CryptographicAttributeObjectCollection collection retrieved by the UnsignedAttributes property is a countersignature.

Applies to

See also