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

◆ PersistKeyInCsp

bool System.Security.Cryptography.DSACryptoServiceProvider.PersistKeyInCsp
getset

Definition at line 120 of file DSACryptoServiceProvider.cs.

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