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
プロパティ値
このシグネチャに関連付ける属性のコレクションで、署名によっても保護されます。
注釈
プロパティによって取得されるコレクションに CryptographicAttributeObjectCollection 含まれる可能性がある署名付き属性の SignedAttributes 例として、 Pkcs9SigningTime 署名時属性があります。
Pkcs9ContentTypeオブジェクトと Pkcs9MessageDigest オブジェクトは、プロパティが空でない場合は常に、自動的に生成され、対応する署名者の プロパティにSignedAttributes配置SignerInfo.SignedAttributesされます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET