CmsSigner.UnsignedAttributes Egenskap

Definition

Hämtar en samling attribut som ska associeras med den här signaturen som inte skyddas av signaturen.

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

Egenskapsvärde

En samling attribut som ska associeras med den här signaturen som inte skyddas av signaturen.

Kommentarer

Ett exempel på ett osignerat attribut som kan ingå i samlingen CryptographicAttributeObjectCollection som hämtas av UnsignedAttributes egenskapen är en motsignering.

Gäller för

Se även