SignerInfo.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.
La proprietà UnsignedAttributes recupera l'insieme CryptographicAttributeObjectCollection degli attributi non firmati associato al contenuto SignerInfo. Gli attributi non firmati possono essere modificati senza invalidare la 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à
Insieme CryptographicAttributeObjectCollection che rappresenta gli attributi non firmati. Se non sono presenti attributi non firmati, la proprietà è un insieme vuoto.
Commenti
Gli attributi non firmati non vengono firmati insieme al resto del contenuto del SignedCms messaggio. Anche se una parte verifica correttamente la firma, gli attributi non firmati possono essere stati modificati e non devono essere considerati autenticati o integrità.
Un esempio di attributo senza segno che potrebbe essere incluso nella CryptographicAttributeObjectCollection raccolta recuperata dalla UnsignedAttributes proprietà è una controfirma.