Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.Pal.Native.Helpers Class Reference

Public Member Functions

unsafe delegate void DecodedObjectReceiver (void *pvDecodedObject, int cbDecodedObject)
 
unsafe delegate TResult DecodedObjectReceiver< TResult > (void *pvDecodedObject, int cbDecodedObject)
 

Static Public Member Functions

static unsafe SafeHandle ToLpstrArray (this OidCollection oids, out int numOids)
 
static byte[] ValueAsAscii (this Oid oid)
 
static unsafe TResult DecodeObject< TResult > (this byte[] encoded, CryptDecodeObjectStructType lpszStructType, DecodedObjectReceiver< TResult > receiver)
 
static unsafe TResult DecodeObject< TResult > (this byte[] encoded, string lpszStructType, DecodedObjectReceiver< TResult > receiver)
 
static unsafe bool DecodeObjectNoThrow (this byte[] encoded, CryptDecodeObjectStructType lpszStructType, DecodedObjectReceiver receiver)
 

Detailed Description

Definition at line 8 of file Helpers.cs.


The documentation for this class was generated from the following file: