EncryptedKeyIdentifierClause.GetEncryptedKey 메서드

정의

암호화된 키를 가져옵니다.

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

반환

Byte[]

암호화된 키를 포함하는 Byte의 배열입니다.

설명

메서드에서 반환 GetEncryptedKey 되는 배열은 암호화된 키의 복제본입니다.

적용 대상