CngKeyCreationParameters.KeyCreationOptions 属性

定义

获取或设置密钥创建选项。

public:
 property System::Security::Cryptography::CngKeyCreationOptions KeyCreationOptions { System::Security::Cryptography::CngKeyCreationOptions get(); void set(System::Security::Cryptography::CngKeyCreationOptions value); };
public System.Security.Cryptography.CngKeyCreationOptions KeyCreationOptions { get; set; }
member this.KeyCreationOptions : System.Security.Cryptography.CngKeyCreationOptions with get, set
Public Property KeyCreationOptions As CngKeyCreationOptions

属性值

一个对象,指定正在创建的密钥的选项。 默认值为 null,该值指示已设置密钥存储提供程序的默认密钥创建选项。

注解

返回 CngKeyCreationOptions 的对象定义创建新 CngKey 对象时使用的选项。 这些选项确定是否在用户或计算机密钥存储中创建密钥,以及新密钥是否应覆盖现有密钥。 默认情况下,如果未 CngKeyCreationOptions.MachineKey 指定 ,则会在用户存储中创建密钥。

适用于