Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BufferType
[2/2]
enum
Interop.NCrypt.BufferType
package
Enumerator
KdfHashAlgorithm
KdfSecretPrepend
KdfSecretAppend
KdfHmacKey
KdfTlsLabel
KdfTlsSeed
PkcsAlgOid
PkcsAlgParam
PkcsSecret
KdfHashAlgorithm
KdfSecretPrepend
KdfSecretAppend
KdfHmacKey
KdfTlsLabel
KdfTlsSeed
PkcsAlgOid
PkcsAlgParam
PkcsSecret
Definition at line
598
of file
Interop.cs
.
599
{
600
KdfHashAlgorithm
= 0,
601
KdfSecretPrepend
= 1,
602
KdfSecretAppend
= 2,
603
KdfHmacKey
= 3,
604
KdfTlsLabel
= 4,
605
KdfTlsSeed
= 5,
606
PkcsAlgOid
= 41,
607
PkcsAlgParam
= 42,
608
PkcsSecret
= 46
609
}
Interop.NCrypt.BufferType.PkcsAlgOid
@ PkcsAlgOid
Interop.NCrypt.BufferType.KdfSecretAppend
@ KdfSecretAppend
Interop.NCrypt.BufferType.KdfTlsLabel
@ KdfTlsLabel
Interop.NCrypt.BufferType.KdfSecretPrepend
@ KdfSecretPrepend
Interop.NCrypt.BufferType.KdfHashAlgorithm
@ KdfHashAlgorithm
Interop.NCrypt.BufferType.KdfHmacKey
@ KdfHmacKey
Interop.NCrypt.BufferType.PkcsSecret
@ PkcsSecret
Interop.NCrypt.BufferType.KdfTlsSeed
@ KdfTlsSeed
Interop.NCrypt.BufferType.PkcsAlgParam
@ PkcsAlgParam
Interop
NCrypt
Generated by
1.10.0