ECDsaSecurityKey(ECDsa) 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 the ECDsaSecurityKey class.
public ECDsaSecurityKey (System.Security.Cryptography.ECDsa ecdsa);
new Microsoft.IdentityModel.Tokens.ECDsaSecurityKey : System.Security.Cryptography.ECDsa -> Microsoft.IdentityModel.Tokens.ECDsaSecurityKey
Public Sub New (ecdsa As ECDsa)