Home
last modified time | relevance | path

Searched refs:ImportFullKeyBlob (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/src/System/Security/Cryptography/
H A DECDsaCng.cs75 private void ImportFullKeyBlob(byte[] ecfullKeyBlob, bool includePrivateParameters) in ImportFullKeyBlob() method in System.Security.Cryptography.ECDsaCng
77 Key = ECCng.ImportFullKeyBlob(ecfullKeyBlob, includePrivateParameters); in ImportFullKeyBlob()
H A DECCng.ImportExport.cs18 internal static CngKey ImportFullKeyBlob(byte[] ecBlob, bool includePrivateParameters) in ImportFullKeyBlob() method in System.Security.Cryptography.ECCng
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DECDsaCng.ImportExport.cs37 ImportFullKeyBlob(ecExplicitBlob, includePrivateParamerters); in ImportParameters()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/
H A DECDsaCng.cs51 private void ImportFullKeyBlob(byte[] ecfullKeyBlob, bool includePrivateParameters) in ImportFullKeyBlob() method in System.Security.Cryptography.ECDsaImplementation.ECDsaCng