EncryptedKeyIdentifierClause.GetEncryptedKey メソッド

定義

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

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

返品

Byte[]

暗号化されたキーを含む Byte の配列。

注釈

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

適用対象