CmsSigner.UnsignedAttributes プロパティ

定義

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

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ UnsignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get; }
member this.UnsignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property UnsignedAttributes As CryptographicAttributeObjectCollection

プロパティ値

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

注釈

プロパティによって取得されるコレクションに CryptographicAttributeObjectCollection 含まれる可能性がある符号なし属性の UnsignedAttributes 例は、副署名です。

適用対象

こちらもご覧ください