Pkcs12SafeBag.Attributes Property

Definition

Gets the modifiable collection of attributes to encode with the SafeBag value.

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

Property Value

The modifiable collection of attributes to encode with the SafeBag value.

Applies to