CngKeyCreationParameters.KeyUsage Property
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 the cryptographic operations that apply to the current key.
public:
property Nullable<System::Security::Cryptography::CngKeyUsages> KeyUsage { Nullable<System::Security::Cryptography::CngKeyUsages> get(); void set(Nullable<System::Security::Cryptography::CngKeyUsages> value); };
public System.Security.Cryptography.CngKeyUsages? KeyUsage { get; set; }
member this.KeyUsage : Nullable<System.Security.Cryptography.CngKeyUsages> with get, set
Public Property KeyUsage As Nullable(Of CngKeyUsages)
A bitwise combination of one or more enumeration values that specify key usage. The default value is null
, which indicates that the key storage provider's default key usage is set.
This property is used when you create a new CngKey object. It specifies the usages (such as encryption/decryption, signing/verification, and secret agreement generation) that will be enabled on the new key.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9, 10 |
.NET Framework | 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 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: