System.Security.Cryptography.EccSecurityTransforms.ExportParametersFromLegacyKey C# (CSharp) 메소드

ExportParametersFromLegacyKey() 개인적인 정적인 메소드

private static ExportParametersFromLegacyKey ( System.Security.Cryptography.SecKeyPair keys, bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
keys System.Security.Cryptography.SecKeyPair
includePrivateParameters bool
리턴 System.Security.Cryptography.ECParameters
        private static ECParameters ExportParametersFromLegacyKey(SecKeyPair keys, bool includePrivateParameters)
            => throw new CryptographicException();