다음을 통해 공유


ECDiffieHellman.DeriveRawSecretAgreement(ECDiffieHellmanPublicKey) 메서드

정의

원시 키 재질을 파생합니다.

public:
 virtual cli::array <System::Byte> ^ DeriveRawSecretAgreement(System::Security::Cryptography::ECDiffieHellmanPublicKey ^ otherPartyPublicKey);
public virtual byte[] DeriveRawSecretAgreement (System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey);
abstract member DeriveRawSecretAgreement : System.Security.Cryptography.ECDiffieHellmanPublicKey -> byte[]
override this.DeriveRawSecretAgreement : System.Security.Cryptography.ECDiffieHellmanPublicKey -> byte[]
Public Overridable Function DeriveRawSecretAgreement (otherPartyPublicKey As ECDiffieHellmanPublicKey) As Byte()

매개 변수

otherPartyPublicKey
ECDiffieHellmanPublicKey

상호 비밀을 파생시킬 파티의 공개 키입니다.

반환

Byte[]

원시 키 계약입니다.

예외

otherPartyPublicKeynull입니다.

otherPartyPublicKey는 이 키와 다른 곡선에 있습니다.

파생된 구현은 메서드의 구현을 제공하지 않았습니다.

현재 플랫폼은 원시 키 계약을 지원하지 않습니다.

개체가 이미 삭제되었습니다.

설명

원시 파생 비밀 계약 값을 사용할 때 주의해야 합니다. 원시 값은 키 파생 함수에 대한 입력으로 사용되어야 하며 키 자료로 직접 사용되지 않습니다.

적용 대상