SqlEnclaveSession.GetSessionKey 메서드

정의

SqlClient가 세션을 사용하여 enclave에 보내는 모든 정보를 암호화하는 데 사용하는 대칭 키를 가져옵니다.

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

반품

Byte[]

대칭 키입니다.

적용 대상