Share via


CmsSigner.SignedAttributes プロパティ

定義

この署名に関連付けられ、この署名に保護もされている属性のコレクションを取得します。

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

プロパティ値

このシグネチャに関連付ける属性のコレクションで、署名によっても保護されます。

注釈

プロパティによって取得されるコレクションに CryptographicAttributeObjectCollection 含まれる可能性がある署名付き属性の SignedAttributes 例として、 Pkcs9SigningTime 署名時属性があります。

Pkcs9ContentTypeオブジェクトと Pkcs9MessageDigest オブジェクトは、プロパティが空でない場合は常に、自動的に生成され、対応する署名者の プロパティにSignedAttributes配置SignerInfo.SignedAttributesされます。

適用対象

こちらもご覧ください