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

◆ DerivedClassMustOverride()

static Exception System.Security.Cryptography.DSA.DerivedClassMustOverride ( )
inlinestaticprivateinherited

Definition at line 519 of file DSA.cs.

520 {
521 return new NotImplementedException(System.SR.NotSupported_SubclassOverride);
522 }
static string NotSupported_SubclassOverride
Definition SR.cs:1714
Definition SR.cs:7

References System.SR.NotSupported_SubclassOverride.

Referenced by System.Security.Cryptography.DSA.HashData(), and System.Security.Cryptography.DSA.HashData().