CryptoKeySecurity Constructors

Definition

Initializes a new instance of the CryptoKeySecurity class.

Overloads

CryptoKeySecurity()

Initializes a new instance of the CryptoKeySecurity class.

CryptoKeySecurity(CommonSecurityDescriptor)

Initializes a new instance of the CryptoKeySecurity class by using the specified security descriptor.

CryptoKeySecurity()

Initializes a new instance of the CryptoKeySecurity class.

C#
public CryptoKeySecurity();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CryptoKeySecurity(CommonSecurityDescriptor)

Initializes a new instance of the CryptoKeySecurity class by using the specified security descriptor.

C#
public CryptoKeySecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor);

Parameters

securityDescriptor
CommonSecurityDescriptor

The security descriptor from which to create the new CryptoKeySecurity object.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1