EcdhKeyExchangeProvider.GenerateKdf(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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