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é se mají přidružit k tomuto podpisu, které nejsou chráněny podpisem.

Poznámky

Příkladem nepřiřazeného atributu, který může být součástí CryptographicAttributeObjectCollection kolekce načtené UnsignedAttributes vlastností, je countersignature.

Platí pro

Viz také