CmsSigner.SignedAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個簽章建立關聯的屬性集合,這些集合也受到此簽章保護。
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對應簽署者的屬性中。