System.Security.Cryptography.RSA.DerivedClassMustOverride C# (CSharp) Method

DerivedClassMustOverride() private static method

private static DerivedClassMustOverride ( ) : Exception
return Exception
        private static Exception DerivedClassMustOverride()
        {
            return new NotImplementedException(SR.NotSupported_SubclassOverride);
        }

Usage Example

Beispiel #1
0
 protected virtual byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
 {
     throw RSA.DerivedClassMustOverride();
 }
All Usage Examples Of System.Security.Cryptography.RSA::DerivedClassMustOverride