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

◆ GetCertContentType() [3/3]

static X509ContentType System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType ( string fileName)
inlinestatic

Definition at line 362 of file X509Certificate2.cs.

363 {
364 if (fileName == null)
365 {
366 throw new ArgumentNullException("fileName");
367 }
369 return X509Pal.Instance.GetCertContentType(fileName);
370 }
static string GetFullPath(string path)
Definition Path.cs:881

References System.Runtime.Serialization.Dictionary, System.IO.Path.GetFullPath(), and Internal.Cryptography.Pal.X509Pal.Instance.