Share via


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(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get; }
member this.SignedAttributes : System.Security.Cryptography.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

L’attribut d’heure de signature est un exemple d’attribut signé qui peut être inclus dans la CryptographicAttributeObjectCollectionPkcs9SigningTime collection récupérée par la SignedAttributes propriété .

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

S’applique à

Voir aussi