Demo.RSACryptoServiceProviderExtension.CryptImportKey C# (CSharp) Method

CryptImportKey() private method

private CryptImportKey ( IntPtr hProv, byte pbKeyData, UInt32 dwDataLen, IntPtr hPubKey, UInt32 dwFlags, IntPtr &hKey ) : bool
hProv System.IntPtr
pbKeyData byte
dwDataLen System.UInt32
hPubKey System.IntPtr
dwFlags System.UInt32
hKey System.IntPtr
return bool
        internal static extern bool CryptImportKey(IntPtr hProv, byte[] pbKeyData, UInt32 dwDataLen, IntPtr hPubKey, UInt32 dwFlags, ref IntPtr hKey);