CspKeyContainerInfo.CryptoKeySecurity Property

Definition

Gets a CryptoKeySecurity object that represents access rights and audit rules for a container.

public:
 property System::Security::AccessControl::CryptoKeySecurity ^ CryptoKeySecurity { System::Security::AccessControl::CryptoKeySecurity ^ get(); };
public System.Security.AccessControl.CryptoKeySecurity CryptoKeySecurity { get; }
member this.CryptoKeySecurity : System.Security.AccessControl.CryptoKeySecurity
Public ReadOnly Property CryptoKeySecurity As CryptoKeySecurity

Property Value

A CryptoKeySecurity object that represents access rights and audit rules for a container.

Exceptions

The key type is not supported.

The cryptographic service provider cannot be found.

-or-

The key container was not found.

Remarks

Use the CspKeyContainerInfo property to retrieve the CryptoKeySecurity object that manages the creation of discretionary access control lists (DACLS) and system access control lists (SACLS) for a container.

Applies to