Condividi tramite


SignerInfo.UnsignedAttributes Proprietà

Definizione

La UnsignedAttributes proprietà recupera la CryptographicAttributeObjectCollection raccolta di attributi non firmati associati al SignerInfo contenuto. 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 senza segno. Se non sono presenti attributi senza segno, la proprietà è una raccolta vuota.

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 nell'insieme CryptographicAttributeObjectCollection recuperato dalla UnsignedAttributes proprietà è una controfirma.

Si applica a

Vedi anche