C# Class Liphsoft.Crypto.Argon2.Argon2Context

ファイルを表示 Open project: alipha/csharp-argon2 Class Usage Examples

Public Properties

Property Type Description
AllocateCallback System.IntPtr
AssocData System.IntPtr
AssocDataLen uint
Flags uint
FreeCallback System.IntPtr
Lanes uint
MemoryCost uint
Out System.IntPtr
OutLen uint
Pwd System.IntPtr
PwdLen uint
Salt System.IntPtr
SaltLen uint
Secret System.IntPtr
SecretLen uint
Threads uint
TimeCost uint

Property Details

AllocateCallback public_oe property

public IntPtr,System AllocateCallback
return System.IntPtr

AssocData public_oe property

public IntPtr,System AssocData
return System.IntPtr

AssocDataLen public_oe property

public uint AssocDataLen
return uint

Flags public_oe property

public uint Flags
return uint

FreeCallback public_oe property

public IntPtr,System FreeCallback
return System.IntPtr

Lanes public_oe property

public uint Lanes
return uint

MemoryCost public_oe property

public uint MemoryCost
return uint

Out public_oe property

public IntPtr,System Out
return System.IntPtr

OutLen public_oe property

public uint OutLen
return uint

Pwd public_oe property

public IntPtr,System Pwd
return System.IntPtr

PwdLen public_oe property

public uint PwdLen
return uint

Salt public_oe property

public IntPtr,System Salt
return System.IntPtr

SaltLen public_oe property

public uint SaltLen
return uint

Secret public_oe property

public IntPtr,System Secret
return System.IntPtr

SecretLen public_oe property

public uint SecretLen
return uint

Threads public_oe property

public uint Threads
return uint

TimeCost public_oe property

public uint TimeCost
return uint