Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Security.Cryptography.CngKeyLite, including all inherited members.
ExportKeyBlob(SafeNCryptKeyHandle keyHandle, string blobType) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
ExportPkcs8KeyBlob(SafeNCryptKeyHandle keyHandle, ReadOnlySpan< char > password, int kdfCount) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
ExportPkcs8KeyBlob(bool allocate, SafeNCryptKeyHandle keyHandle, ReadOnlySpan< char > password, int kdfCount, Span< byte > destination, out int bytesWritten, out byte[] allocated) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GenerateNewExportableKey(string algorithm, int keySize) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GenerateNewExportableKey(string algorithm, string curveName) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GenerateNewExportableKey(string algorithm, ref ECCurve explicitCurve) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GetCurveName(SafeNCryptHandle ncryptHandle) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GetKeyLength(SafeNCryptKeyHandle keyHandle) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
GetProperty(SafeNCryptHandle ncryptHandle, string propertyName, CngPropertyOptions options) | System.Security.Cryptography.CngKeyLite | inlineprivatestatic |
GetPropertyAsString(SafeNCryptHandle ncryptHandle, string propertyName, CngPropertyOptions options) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
ImportKeyBlob(string blobType, ReadOnlySpan< byte > keyBlob, bool encrypted=false, ReadOnlySpan< char > password=default(ReadOnlySpan< char >)) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
ImportKeyBlob(string blobType, byte[] keyBlob, string curveName) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
OpenNCryptProvider(string providerName) | System.Security.Cryptography.CngKeyLite | inlineprivatestatic |
s_microsoftSoftwareProviderHandle | System.Security.Cryptography.CngKeyLite | privatestatic |
s_pkcs12TripleDesOidBytes | System.Security.Cryptography.CngKeyLite | privatestatic |
SetCurveName(SafeNCryptHandle keyHandle, string curveName) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |
SetExportable(SafeNCryptKeyHandle keyHandle) | System.Security.Cryptography.CngKeyLite | inlineprivatestatic |
SetKeyLength(SafeNCryptKeyHandle keyHandle, int keySize) | System.Security.Cryptography.CngKeyLite | inlineprivatestatic |
SetProperty(SafeNCryptHandle ncryptHandle, string propertyName, byte[] value) | System.Security.Cryptography.CngKeyLite | inlineprivatestatic |
TryExportPkcs8KeyBlob(SafeNCryptKeyHandle keyHandle, ReadOnlySpan< char > password, int kdfCount, Span< byte > destination, out int bytesWritten) | System.Security.Cryptography.CngKeyLite | inlinepackagestatic |