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

◆ PersistKeyInCsp

bool System.Security.Cryptography.RSACryptoServiceProvider.PersistKeyInCsp
getset

Definition at line 119 of file RSACryptoServiceProvider.cs.

120 {
121 get
122 {
124 }
125 set
126 {
127 bool persistKeyInCsp = PersistKeyInCsp;
128 if (value != persistKeyInCsp)
129 {
131 }
132 }
133 }
static bool GetPersistKeyInCsp(SafeProvHandle safeProvHandle)
static void SetPersistKeyInCsp(SafeProvHandle safeProvHandle, bool fPersistKeyInCsp)