CngProperty.Options プロパティ

定義

現在の CngProperty オブジェクトが指定しているプロパティ オプションを取得します。

public:
 property System::Security::Cryptography::CngPropertyOptions Options { System::Security::Cryptography::CngPropertyOptions get(); };
public System.Security.Cryptography.CngPropertyOptions Options { get; }
member this.Options : System.Security.Cryptography.CngPropertyOptions
Public ReadOnly Property Options As CngPropertyOptions

プロパティ値

現在の CngProperty オブジェクトに設定されているオプションを指定しているオブジェクト。

注釈

CngKey オブジェクトには CngProperty 、 プロパティが格納された を含む オブジェクトが含 CngPropertyOptions まれます。

適用対象