CngProperty(String, Byte[], CngPropertyOptions) コンストラクター

定義

CngProperty 構造体の新しいインスタンスを初期化します。

public:
 CngProperty(System::String ^ name, cli::array <System::Byte> ^ value, System::Security::Cryptography::CngPropertyOptions options);
public CngProperty (string name, byte[] value, System.Security.Cryptography.CngPropertyOptions options);
public CngProperty (string name, byte[]? value, System.Security.Cryptography.CngPropertyOptions options);
new System.Security.Cryptography.CngProperty : string * byte[] * System.Security.Cryptography.CngPropertyOptions -> System.Security.Cryptography.CngProperty
Public Sub New (name As String, value As Byte(), options As CngPropertyOptions)

パラメーター

name
String

初期化するプロパティ名。

value
Byte[]

初期化するプロパティ値。

options
CngPropertyOptions

プロパティの格納方法を示す列挙値のビットごとの組み合わせ。

例外

namenull です。

注釈

特定のフラグセット CngPropertyOptions と共に格納されるプロパティは、取得時に同じフラグセットを必要とします。

適用対象