Condividi tramite


CmsSigner.SignedAttributes Proprietà

Definizione

Ottiene raccolte di attributi da associare a questa firma protette anche dalla firma.

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

Valore della proprietà

Raccolte di attributi da associare a questa firma protette anche dalla firma.

Commenti

Un esempio di attributo con segno che potrebbe essere incluso nell'insieme CryptographicAttributeObjectCollection recuperato dalla SignedAttributes proprietà è l'attributo dell'ora Pkcs9SigningTime di firma.

Un Pkcs9ContentType oggetto e un Pkcs9MessageDigest oggetto verranno generati automaticamente e inseriti nella SignerInfo.SignedAttributes proprietà per il firmatario corrispondente ogni volta che la SignedAttributes proprietà non è vuota.

Si applica a

Vedi anche