CmsSigner.UnsignedAttributes Eigenschaft

Definition

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

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

Eigenschaftswert

CryptographicAttributeObjectCollection

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

Hinweise

Ein Beispiel für ein nicht signiertes Attribut, das in die von der CryptographicAttributeObjectCollection UnsignedAttributes Eigenschaft abgerufene Auflistung einbezogen werden kann, ist ein Gegensignatur.

Gilt für

Siehe auch