3 overrides of ExportParameters
System.Security.Cryptography (3)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (3)
1158
public override System.Security.Cryptography.ECParameters
ExportParameters
(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1227
public override System.Security.Cryptography.ECParameters
ExportParameters
(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1325
public 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)
135
var parameters = ecdsa.
ExportParameters
(false);