Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CryptDecodeObject() [1/2]

static bool Interop.crypt32.CryptDecodeObject ( CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType lpszStructType,
byte[] pbEncoded,
int cbEncoded,
CryptDecodeObjectFlags dwFlags,
byte[] pvStructInfo,
ref int pcbStructInfo )
inlinestatic

Definition at line 141 of file Interop.cs.

142 {
143 return CryptDecodeObject(dwCertEncodingType, (IntPtr)(int)lpszStructType, pbEncoded, cbEncoded, dwFlags, pvStructInfo, ref pcbStructInfo);
144 }
static bool CryptDecodeObject(CertEncodingType dwCertEncodingType, CryptDecodeObjectStructType lpszStructType, byte[] pbEncoded, int cbEncoded, CryptDecodeObjectFlags dwFlags, byte[] pvStructInfo, ref int pcbStructInfo)
Definition Interop.cs:141

References Interop.crypt32.CryptDecodeObject().

Referenced by Interop.crypt32.CryptDecodeObject().