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

◆ CryptEncodeObject() [2/3]

static unsafe bool Interop.crypt32.CryptEncodeObject ( CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType lpszStructType,
void * pvStructInfo,
byte[] pbEncoded,
ref int pcbEncoded )
inlinestatic

Definition at line 160 of file Interop.cs.

161 {
162 return CryptEncodeObject(dwCertEncodingType, (IntPtr)(int)lpszStructType, pvStructInfo, pbEncoded, ref pcbEncoded);
163 }
static unsafe bool CryptEncodeObject(CertEncodingType dwCertEncodingType, CryptDecodeObjectStructType lpszStructType, void *pvStructInfo, byte[] pbEncoded, ref int pcbEncoded)
Definition Interop.cs:160

References Interop.crypt32.CryptEncodeObject().

Referenced by Interop.crypt32.CryptEncodeObject(), Interop.crypt32.EncodeObject(), and Interop.crypt32.EncodeObject().