Home
last modified time | relevance | path

Searched refs:GetKeyParameter (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DDSACryptoServiceProvider.Windows.cs201 byte[] keySize = CapiHelper.GetKeyParameter(SafeKeyHandle, Constants.CLR_KEYLEN);
244 … byte[] publicKey = CapiHelper.GetKeyParameter(SafeKeyHandle, Constants.CLR_PUBLICKEYONLY);
H A DRSACryptoServiceProvider.Windows.cs191 byte[] keySize = CapiHelper.GetKeyParameter(SafeKeyHandle, Constants.CLR_KEYLEN);
232 … byte[] publicKey = CapiHelper.GetKeyParameter(SafeKeyHandle, Constants.CLR_PUBLICKEYONLY);
H A DCapiHelper.Windows.cs564 internal static byte[] GetKeyParameter(SafeKeyHandle safeKeyHandle, int keyParam) in GetKeyParameter() method in Internal.NativeCrypto.CapiHelper
761 byte[] algid = CapiHelper.GetKeyParameter(hKey, Constants.CLR_ALGID); in GetKeyPairHelper()