Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NativeFriendlyNameToOid()
static
string
Internal.Cryptography.OidLookup.NativeFriendlyNameToOid
(
string
friendlyName
,
OidGroup
oidGroup
,
bool
fallBackToAllGroups
)
inline
static
private
Definition at line
214
of file
OidLookup.cs
.
215
{
216
return
global::Interop.Crypt32.FindOidInfo(global::Interop.Crypt32.CryptOidInfoKeyType.CRYPT_OID_INFO_NAME_KEY, friendlyName,
oidGroup
,
fallBackToAllGroups
).OID;
217
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Referenced by
Internal.Cryptography.OidLookup.ToOid()
.
Internal
Cryptography
OidLookup
Generated by
1.10.0