CmsSigner.UnsignedAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collections of attributes to associate with this signature that are not protected by the signature.
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
Property Value
A collections of attributes to associate with this signature that are not protected by the signature.
Remarks
An example of an unsigned attribute that might be included in the CryptographicAttributeObjectCollection collection retrieved by the UnsignedAttributes property is a countersignature.