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

◆ Import() [1/6]

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

Definition at line 530 of file CngKey.cs.

531 {
532 return Import(keyBlob, format, CngProvider.MicrosoftSoftwareKeyStorageProvider);
533 }
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.