Sdílet prostřednictvím


CmsSigner.UnsignedAttributes Vlastnost

Definice

Získá kolekce atributů, které se přidruží k tomuto podpisu, které nejsou chráněny podpisem.

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 atributů, které mají být přidruženy k tomuto podpisu, které nejsou chráněny podpisem.

Poznámky

Příkladem atributu bez znaménka, který může být zahrnut v CryptographicAttributeObjectCollection kolekci načtené UnsignedAttributes vlastností, je protipodpis.

Platí pro

Viz také