3 overrides of ExportParameters
System.Security.Cryptography (3)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (3)
1158public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1227public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1325public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1 reference to ExportParameters
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\CredentialKeyPair.cs (1)
135var parameters = ecdsa.ExportParameters(false);