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

◆ ImportEncryptedPkcs8() [1/2]

static CngKey System.Security.Cryptography.CngKey.ImportEncryptedPkcs8 ( ReadOnlySpan< byte > keyBlob,
ReadOnlySpan< char > password )
inlinestaticpackage

Definition at line 545 of file CngKey.cs.

546 {
547 return ImportEncryptedPkcs8(keyBlob, password, CngProvider.MicrosoftSoftwareKeyStorageProvider);
548 }
static CngKey ImportEncryptedPkcs8(ReadOnlySpan< byte > keyBlob, ReadOnlySpan< char > password)
Definition CngKey.cs:545

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

Referenced by System.Security.Cryptography.CngKey.ImportEncryptedPkcs8(), and System.Security.Cryptography.CngPkcs8.ImportPkcs8().