次の方法で共有


EncryptedKeyIdentifierClause.GetEncryptedKey メソッド

定義

暗号化されたキーを取得します。

public:
 cli::array <System::Byte> ^ GetEncryptedKey();
public byte[] GetEncryptedKey ();
member this.GetEncryptedKey : unit -> byte[]
Public Function GetEncryptedKey () As Byte()

戻り値

Byte[]

暗号化されたキーを格納する Byte の配列。

注釈

GetEncryptedKey メソッドによって返される配列は、暗号化されたキーの複製です。

適用対象