EncryptedKeyIdentifierClause.GetEncryptedKey 方法

定义

获取加密密钥。

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

返回

Byte[]

包含加密密钥的 Byte 数组。

注解

GetEncryptedKey 方法返回的数组是加密密钥的克隆。

适用于