CmsSigner.SignedAttributes Propriété

Définition

Obtient une collection d’attributs à associer à cette signature qui sont également protégés par la signature.

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

Valeur de propriété

Collections d’attributs à associer à cette signature qui sont également protégées par la signature.

Remarques

Un exemple d’attribut signé qui peut être inclus dans la CryptographicAttributeObjectCollection collection récupérée par la propriété est l’attribut SignedAttributes d’heure de Pkcs9SigningTime signature.

Un Pkcs9ContentType objet et un Pkcs9MessageDigest objet sont générés automatiquement et placés dans la propriété pour le SignerInfo.SignedAttributes signataire correspondant chaque fois que la SignedAttributes propriété n’est pas vide.

S’applique à

Voir aussi