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

◆ CngKeyBlobFormat()

System.Security.Cryptography.CngKeyBlobFormat.CngKeyBlobFormat ( string format)
inline

Definition at line 43 of file CngKeyBlobFormat.cs.

44 {
45 if (format == null)
46 {
47 throw new ArgumentNullException("format");
48 }
49 if (format.Length == 0)
50 {
52 }
54 }
static string Cryptography_InvalidKeyBlobFormat
Definition SR.cs:76
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Security.Cryptography.CngKeyBlobFormat._format, System.SR.Cryptography_InvalidKeyBlobFormat, System.SR.Format(), and System.format.