다음을 통해 공유


SecurityKeyIdentifierClause.GetDerivationNonce 메서드

정의

파생 키를 생성하는 데 사용된 nonce를 가져옵니다.

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

반환

Byte[]

파생 키를 생성하는 데 사용된 nonce를 포함하는 Byte의 배열입니다.

설명

Windows Communication Foundation (WCF)에서 유추 된 파생된 키 식별자 생성을 지원 하지 않습니다. 그러나 WCF는 암시적 키 식별자를 포함하는 들어오는 SOAP 메시지를 처리합니다.

적용 대상