CngKeyCreationOptions 列舉

定義

指定用來建立金鑰的選項。

此列舉支援其成員值的位元組合。

public enum class CngKeyCreationOptions
[System.Flags]
public enum CngKeyCreationOptions
[<System.Flags>]
type CngKeyCreationOptions = 
Public Enum CngKeyCreationOptions
繼承
CngKeyCreationOptions
屬性

欄位

MachineKey 32

會建立整部電腦的金鑰。

None 0

未使用金鑰建立選項。

OverwriteExistingKey 128

現有的金鑰已在金鑰建立期間覆寫。

備註

屬性會使用此 KeyCreationOptions 類型。

適用於