Share via


CmsSigner.SignedAttributes Proprietà

Definizione

Ottiene una raccolta di attributi da associare a questa firma, anch'essi protetti 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 firmato che potrebbe essere incluso nell'insieme SignedAttributes recuperato dalla proprietà è l'attributo dell'ora CryptographicAttributeObjectCollectionPkcs9SigningTime di firma.

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

Si applica a

Vedi anche