Share via


EcdhKeyExchangeProvider.GenerateKdf(String, String) Method

Definition

Generates the KDF

public Microsoft.IdentityModel.Tokens.SecurityKey GenerateKdf (string apu = default, string apv = default);
member this.GenerateKdf : string * string -> Microsoft.IdentityModel.Tokens.SecurityKey
Public Function GenerateKdf (Optional apu As String = Nothing, Optional apv As String = Nothing) As SecurityKey

Parameters

apu
String

Agreement PartyUInfo (optional). When used, the PartyVInfo value contains information about the producer, represented as a base64url-encoded string.

apv
String

Agreement PartyVInfo (optional). When used, the PartyUInfo value contains information about the recipient, represented as a base64url-encoded string.

Returns

Returns SecurityKey that represents the key generated

Applies to