CodeTransparencyVerificationKey.ToECDsa 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.
Creates a new caller-owned ECDsa instance containing this public key. The returned instance is independent of this key and of any other returned instance.
public System.Security.Cryptography.ECDsa ToECDsa();
member this.ToECDsa : unit -> System.Security.Cryptography.ECDsa
Public Function ToECDsa () As ECDsa