CspParameters.CryptoKeySecurity 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 or sets 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(); void set(System::Security::AccessControl::CryptoKeySecurity ^ value); };
public System.Security.AccessControl.CryptoKeySecurity CryptoKeySecurity { get; set; }
member this.CryptoKeySecurity : System.Security.AccessControl.CryptoKeySecurity with get, set
Public Property CryptoKeySecurity As CryptoKeySecurity
Property Value
A CryptoKeySecurity object that represents access rights and audit rules for a container.
Remarks
Use the CryptoKeySecurity property to specify a CryptoKeySecurity object that manages the creation of discretionary access control lists (DACLS) and system access control lists (SACLS) for a container.