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

◆ Exportable

bool System.Security.Cryptography.CspKeyContainerInfo.Exportable
get

Definition at line 26 of file CspKeyContainerInfo.cs.

27 {
28 get
29 {
31 {
32 return false;
33 }
34 return (bool)ReadKeyParameterSilent(3);
35 }
36 }
object ReadKeyParameterSilent(int keyParam, bool throwOnNotFound=true)