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

◆ Create() [1/2]

static AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm.Create ( )
inlinestatic

Definition at line 51 of file AsymmetricAlgorithm.cs.

52 {
53 throw new PlatformNotSupportedException(System.SR.Cryptography_DefaultAlgorithm_NotSupported);
54 }
static string Cryptography_DefaultAlgorithm_NotSupported
Definition SR.cs:34
Definition SR.cs:7

References System.SR.Cryptography_DefaultAlgorithm_NotSupported.