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

◆ PublicOnly

bool System.Security.Cryptography.DSACryptoServiceProvider.PublicOnly
get

Definition at line 136 of file DSACryptoServiceProvider.cs.

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

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