共用方式為


CmsSigner.SignedAttributes 屬性

定義

取得與這個簽章建立關聯的屬性集合,這些集合也受到此簽章保護。

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

屬性值

要與簽章同時受到簽章保護之這個簽章的屬性集合。

備註

屬性所擷取SignedAttributes之集合中CryptographicAttributeObjectCollection可能包含的帶正負號屬性的範例是Pkcs9SigningTime簽署時間屬性。

Pkcs9ContentType每當SignedAttributes屬性不是空白時,對象和Pkcs9MessageDigest對象都會自動產生並放置在SignerInfo.SignedAttributes對應簽署者的屬性中。

適用於

另請參閱