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

◆ Exists() [1/3]

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

Definition at line 761 of file CngKey.cs.

762 {
763 return Exists(keyName, CngProvider.MicrosoftSoftwareKeyStorageProvider);
764 }
static bool Exists(string keyName)
Definition CngKey.cs:761

References System.Security.Cryptography.CngKey.Exists(), and System.Security.Cryptography.CngProvider.MicrosoftSoftwareKeyStorageProvider.

Referenced by System.Security.Cryptography.CngKey.Exists(), and System.Security.Cryptography.CngKey.Exists().