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

◆ Create() [1/2]

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

Definition at line 175 of file SymmetricAlgorithm.cs.

176 {
177 throw new PlatformNotSupportedException(System.SR.Cryptography_DefaultAlgorithm_NotSupported);
178 }
static string Cryptography_DefaultAlgorithm_NotSupported
Definition SR.cs:34
Definition SR.cs:7

References System.SR.Cryptography_DefaultAlgorithm_NotSupported.