Sdílet prostřednictvím


CmsSigner.SignedAttributes Vlastnost

Definice

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

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ SignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get; }
member this.SignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property SignedAttributes As CryptographicAttributeObjectCollection

Hodnota vlastnosti

Kolekce atributů, které se mají přidružit k tomuto podpisu, které jsou také chráněny podpisem.

Poznámky

Příkladem podepsaného atributu, který může být součástí CryptographicAttributeObjectCollection kolekce načtené SignedAttributes vlastností, je atribut podpisového Pkcs9SigningTime času.

Objekt Pkcs9ContentType a Pkcs9MessageDigest objekt se automaticky vygenerují a umístí do SignerInfo.SignedAttributes vlastnosti odpovídající podepisujícího objektu SignedAttributes , kdykoli vlastnost není prázdná.

Platí pro

Viz také