Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetDSAPrivateKey()
DSA
Internal.Cryptography.Pal.CertificatePal.GetDSAPrivateKey
(
)
inline
Implements
Internal.Cryptography.ICertificatePal
.
Definition at line
631
of file
CertificatePal.cs
.
632
{
633
return
GetPrivateKey
((
Func<CspParameters, DSA>
)((
CspParameters
csp
) =>
new
DSACryptoServiceProvider
(
csp
)), (
Func<CngKey, DSA>
)((
CngKey
cngKey
) =>
new
DSACng
(
cngKey
)));
634
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Security.Cryptography.CngKey
Definition
CngKey.cs:10
System.Security.Cryptography.CspParameters
Definition
CspParameters.cs:7
System.Security.Cryptography.DSACng
Definition
DSACng.cs:9
System.Security.Cryptography.DSACryptoServiceProvider
Definition
DSACryptoServiceProvider.cs:9
Internal
Cryptography
Pal
CertificatePal
Generated by
1.10.0