Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PublicKey
override
ECDiffieHellmanPublicKey
System.Security.Cryptography.ECDiffieHellmanImplementation.ECDiffieHellmanCng.PublicKey
get
Definition at line
11
of file
ECDiffieHellmanImplementation.cs
.
12
{
13
get
14
{
15
string
oidValue;
16
string
curveName =
GetCurveName
(out oidValue);
17
return
new
ECDiffieHellmanCngPublicKey((curveName ==
null
) ?
ExportFullKeyBlob
(includePrivateParameters: false) :
ExportKeyBlob
(includePrivateParameters: false), curveName);
18
}
19
}
System.Security.Cryptography.ECDiffieHellmanImplementation.ECDiffieHellmanCng.ExportFullKeyBlob
byte[] ExportFullKeyBlob(bool includePrivateParameters)
Definition
ECDiffieHellmanImplementation.cs:80
System.Security.Cryptography.ECDiffieHellmanImplementation.ECDiffieHellmanCng.ExportKeyBlob
byte[] ExportKeyBlob(bool includePrivateParameters)
Definition
ECDiffieHellmanImplementation.cs:73
System.Security.Cryptography.ECDiffieHellmanImplementation.ECDiffieHellmanCng.GetCurveName
string GetCurveName(out string oidValue)
Definition
ECDiffieHellmanImplementation.cs:137
System
Security
Cryptography
ECDiffieHellmanImplementation
ECDiffieHellmanCng
Generated by
1.10.0