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

◆ Protected

bool System.Security.Cryptography.CspKeyContainerInfo.Protected
get

Definition at line 46 of file CspKeyContainerInfo.cs.

47 {
48 get
49 {
51 {
52 return true;
53 }
54 return (bool)ReadKeyParameterSilent(7);
55 }
56 }
object ReadKeyParameterSilent(int keyParam, bool throwOnNotFound=true)