Pkcs12SafeContents.ConfidentialityMode Property

Definition

Gets a value that indicates the type of encryption applied to the contents.

public:
 property System::Security::Cryptography::Pkcs::Pkcs12ConfidentialityMode ConfidentialityMode { System::Security::Cryptography::Pkcs::Pkcs12ConfidentialityMode get(); };
public System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode ConfidentialityMode { get; }
member this.ConfidentialityMode : System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode
Public ReadOnly Property ConfidentialityMode As Pkcs12ConfidentialityMode

Property Value

One of the enumeration values that indicates the type of encryption applied to the contents. The default value is None.

Applies to