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

◆ Import() [2/6]

static CngKey System.Security.Cryptography.CngKey.Import ( byte[] keyBlob,
CngKeyBlobFormat format,
CngProvider provider )
inlinestatic

Definition at line 540 of file CngKey.cs.

541 {
542 return Import(keyBlob, null, format, provider);
543 }
static CngKey Import(ReadOnlySpan< byte > keyBlob, CngKeyBlobFormat format)
Definition CngKey.cs:525

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