SignerInfo.SignedAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SignedAttributes プロパティは、署名者情報に関連付けられた署名属性の CryptographicAttributeObjectCollection コレクションを取得します。 署名属性は、それ以外のメッセージ コンテンツと共に署名されます。
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 コレクション。 署名属性が存在しない場合、このプロパティ値は空のコレクションになります。
注釈
プロパティによって取得されるコレクションに含まれる CryptographicAttributeObjectCollection 可能性がある署名付き属性の SignedAttributes 例として、 Pkcs9SigningTime 署名時属性があります。
署名付き属性は、メッセージコンテンツの残りの部分と共に SignedCms 署名されます。 これは、署名を正常に検証するパーティが、これらの属性の内容が本物であり、変更されていないことを確信できることを意味します。
Pkcs9ContentType対応する署名者のPkcs9MessageDigestプロパティが空でない場合は常CmsSigner.SignedAttributesにSignedAttributes、オブジェクトと オブジェクトが自動的に生成され、 プロパティに配置されます。
適用対象
こちらもご覧ください
.NET