Condividi tramite


CmsSigner.UnsignedAttributes Proprietà

Definizione

Ottiene una raccolta di attributi da associare a questa firma che non sono protetti dalla firma.

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

Valore della proprietà

Raccolte di attributi da associare a questa firma che non sono protette dalla firma.

Commenti

Un esempio di attributo senza segno che potrebbe essere incluso nell'insieme CryptographicAttributeObjectCollection recuperato dalla UnsignedAttributes proprietà è una controfirma.

Si applica a

Vedi anche