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

◆ PublicOnly

bool System.Security.Cryptography.RSACryptoServiceProvider.PublicOnly
get

Definition at line 135 of file RSACryptoServiceProvider.cs.

136 {
137 get
138 {
139 byte[] keyParameter = CapiHelper.GetKeyParameter(SafeKeyHandle, 2);
140 return keyParameter[0] == 1;
141 }
142 }
static byte[] GetKeyParameter(SafeKeyHandle safeKeyHandle, int keyParam)

Referenced by System.Security.Cryptography.RSACryptoServiceProvider.SignHash().