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(); void set(System::Security::Cryptography::CryptographicAttributeObjectCollection ^ value); };
public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ UnsignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get; set; }
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get; }
member this.UnsignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection with get, set
member this.UnsignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public Property UnsignedAttributes As 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