Demo.RSACryptoServiceProviderExtension.CryptDecodeObjectEx C# (CSharp) Method

CryptDecodeObjectEx() private method

private CryptDecodeObjectEx ( CRYPT_ENCODING_FLAGS dwCertEncodingType, IntPtr lpszStructType, byte pbEncoded, UInt32 cbEncoded, CRYPT_DECODE_FLAGS dwFlags, IntPtr pDecodePara, byte &pvStructInfo, UInt32 &pcbStructInfo ) : bool
dwCertEncodingType CRYPT_ENCODING_FLAGS
lpszStructType System.IntPtr
pbEncoded byte
cbEncoded System.UInt32
dwFlags CRYPT_DECODE_FLAGS
pDecodePara System.IntPtr
pvStructInfo byte
pcbStructInfo System.UInt32
return bool
        internal static extern bool CryptDecodeObjectEx(CRYPT_ENCODING_FLAGS dwCertEncodingType, IntPtr lpszStructType, byte[] pbEncoded, UInt32 cbEncoded, CRYPT_DECODE_FLAGS dwFlags, IntPtr pDecodePara, ref byte[] pvStructInfo, ref UInt32 pcbStructInfo);