Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Exists() [2/3]

static bool System.Security.Cryptography.CngKey.Exists ( string keyName,
CngProvider provider )
inlinestatic

Definition at line 766 of file CngKey.cs.

767 {
768 return Exists(keyName, provider, CngKeyOpenOptions.None);
769 }
static bool Exists(string keyName)
Definition CngKey.cs:761

References System.Security.Cryptography.CngKey.Exists().