SignerInfo.UnsignedAttributes 屬性

定義

UnsignedAttributes 屬性 (Property),擷取與 CryptographicAttributeObjectCollection 內容關聯的未簽署屬性 (Attribute) 的 SignerInfo 集合。 可在不使簽章失效的情況下修改未簽署的屬性。

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

CryptographicAttributeObjectCollection 集合,表示未簽署的屬性 (Attribute)。 如果沒有未簽署屬性 (Attribute),則屬性 (Property) 為空集合。

備註

未簽署的屬性不會與訊息內容的其餘部分 SignedCms 一起簽署。 即使合作物件成功驗證簽章,未簽署的屬性可能已經改變,且不應視為具有真確性或完整性。

屬性所擷取 UnsignedAttributes 之集合中 CryptographicAttributeObjectCollection 可能包含的不帶正負號屬性範例是反符號。

適用於

另請參閱