EcdhKeyExchangeProvider(SecurityKey, SecurityKey, String, String) Constructor
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.
Initializes a new instance of EcdhKeyExchangeProvider used for CEKs
public EcdhKeyExchangeProvider (Microsoft.IdentityModel.Tokens.SecurityKey privateKey, Microsoft.IdentityModel.Tokens.SecurityKey publicKey, string alg, string enc);
new Microsoft.IdentityModel.Tokens.EcdhKeyExchangeProvider : Microsoft.IdentityModel.Tokens.SecurityKey * Microsoft.IdentityModel.Tokens.SecurityKey * string * string -> Microsoft.IdentityModel.Tokens.EcdhKeyExchangeProvider
Public Sub New (privateKey As SecurityKey, publicKey As SecurityKey, alg As String, enc As String)
Parameters
- privateKey
- SecurityKey
- publicKey
- SecurityKey
- alg
- String
- enc
- String