CmsSigner.UnsignedAttributes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.