Sdílet prostřednictvím


SignerInfo.UnsignedAttributes Vlastnost

Definice

Vlastnost UnsignedAttributes načte kolekci CryptographicAttributeObjectCollection nepodepsaných atributů, která je přidružena k SignerInfo obsahu. Atributy bez znaménka lze změnit bez zneplatnění podpisu.

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

Hodnota vlastnosti

Kolekce CryptographicAttributeObjectCollection , která představuje atributy bez znaménka. Pokud nejsou žádné atributy bez znaménka, vlastnost je prázdná kolekce.

Poznámky

Nepodepsané atributy nejsou podepsány spolu se zbytkem SignedCms obsahu zprávy. I když strana podpis úspěšně ověří, je možné, že atributy bez znaménka byly změněny a neměly by být považovány za pravost nebo integritu.

Příkladem atributu bez znaménka, který může být součástí CryptographicAttributeObjectCollection kolekce načtené UnsignedAttributes vlastností, je protisignatura.

Platí pro

Viz také