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

◆ Import() [3/6]

static CngKey System.Security.Cryptography.CngKey.Import ( byte[] keyBlob,
string curveName,
CngKeyBlobFormat format )
inlinestaticpackage

Definition at line 535 of file CngKey.cs.

536 {
537 return Import(keyBlob, curveName, format, CngProvider.MicrosoftSoftwareKeyStorageProvider);
538 }
static CngKey Import(ReadOnlySpan< byte > keyBlob, CngKeyBlobFormat format)
Definition CngKey.cs:525

References System.format, System.Security.Cryptography.CngKey.Import(), and System.Security.Cryptography.CngProvider.MicrosoftSoftwareKeyStorageProvider.