7 references to UnsupportedCryptoAlgorithm
System.ServiceModel.Primitives (7)
System\IdentityModel\CryptoHelper.cs (2)
84
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
205
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (5)
158
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
183
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
223
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
290
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));
375
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.
UnsupportedCryptoAlgorithm
, algorithm)));