ECDiffieHellmanCngPublicKey.BlobFormat プロパティ

定義

ECDiffieHellmanCngPublicKey オブジェクトのキー BLOB 形式を取得します。

public:
 property System::Security::Cryptography::CngKeyBlobFormat ^ BlobFormat { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public System.Security.Cryptography.CngKeyBlobFormat BlobFormat { get; }
member this.BlobFormat : System.Security.Cryptography.CngKeyBlobFormat
Public ReadOnly Property BlobFormat As CngKeyBlobFormat

プロパティ値

CngKeyBlobFormat

キーの BLOB を表す形式。

適用対象