CmsSigner.SignedAttributes Egenskap

Definition

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

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

Egenskapsvärde

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

Kommentarer

Ett exempel på ett signerat attribut som kan ingå i samlingen CryptographicAttributeObjectCollection som hämtas av SignedAttributes egenskapen är signeringstidsattributet Pkcs9SigningTime .

Ett Pkcs9ContentType objekt och ett Pkcs9MessageDigest objekt genereras automatiskt och placeras i SignerInfo.SignedAttributes egenskapen för motsvarande undertecknare när SignedAttributes egenskapen inte är tom.

Gäller för

Se även