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

◆ KeyExchangeAlgorithm

override? string System.Security.Cryptography.RSACryptoServiceProvider.KeyExchangeAlgorithm
get

Definition at line 156 of file RSACryptoServiceProvider.cs.

157 {
158 get
159 {
160 if (_parameters.KeyNumber == 1)
161 {
162 return "RSA-PKCS1-KeyEx";
163 }
164 return null;
165 }
166 }