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

◆ Import() [2/6]

virtual void System.Security.Cryptography.X509Certificates.X509Certificate.Import ( byte[] rawData,
SecureString? password,
X509KeyStorageFlags keyStorageFlags )
inlinevirtual

Reimplemented in System.Security.Cryptography.X509Certificates.X509Certificate2.

Definition at line 562 of file X509Certificate.cs.

563 {
564 throw new PlatformNotSupportedException(System.SR.NotSupported_ImmutableX509Certificate);
565 }
static string NotSupported_ImmutableX509Certificate
Definition SR.cs:116
Definition SR.cs:7

References System.SR.NotSupported_ImmutableX509Certificate.