CmsSigner.SignedAttributes Eigenschaft

Definition

Ruft eine Sammlung von Attributen ab, die dieser Signatur zugeordnet werden und durch die Signatur geschützt werden.

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

Eigenschaftswert

CryptographicAttributeObjectCollection

Eine Auflistung von Attributen, die dieser Signatur zugeordnet werden sollen, die auch durch die Signatur geschützt sind.

Hinweise

Ein Beispiel für ein signiertes Attribut, das in die von der CryptographicAttributeObjectCollection SignedAttributes Eigenschaft abgerufene Auflistung einbezogen werden kann, ist das Pkcs9SigningTime Signierzeit-Attribut.

Ein Objekt und ein Pkcs9ContentType Pkcs9MessageDigest Objekt werden automatisch generiert und in die SignerInfo.SignedAttributes Eigenschaft für den entsprechenden Signer eingefügt, wenn die SignedAttributes Eigenschaft nicht leer ist.

Gilt für

Siehe auch