24 references to NotSupported_SubclassOverride
System.Security.Cryptography (24)
System\Security\Cryptography\AsymmetricAlgorithm.cs (8)
97
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
105
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
109
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
112
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
148
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
157
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
161
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
164
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\DSA.cs (1)
919
new NotImplementedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\ECAlgorithm.cs (4)
41
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
56
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
68
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
80
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\ECDiffieHellman.cs (1)
167
return new NotImplementedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
43
throw new NotImplementedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\ECDiffieHellmanPublicKey.ExportParameters.cs (2)
21
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
30
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\RSA.cs (1)
360
new NotImplementedException(SR.
NotSupported_SubclassOverride
);
System\Security\Cryptography\SymmetricAlgorithm.cs (6)
1519
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
1543
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
1574
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
1600
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
1629
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);
1662
throw new NotSupportedException(SR.
NotSupported_SubclassOverride
);