5 references to SecurityTokenException
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenProvider.cs (2)
31
throw Fx.Exception.AsError(new
SecurityTokenException
(string.Format(SRServiceModel.TokenProviderUnableToGetToken, this)));
45
throw Fx.Exception.AsError(new
SecurityTokenException
(string.Format(SRServiceModel.TokenProviderUnableToRenewToken, this)));
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenProvider.cs (2)
42
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityTokenException
(string.Format(SRServiceModel.CannotFindCert, storeName, storeLocation, findType, findValue)));
46
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityTokenException
(string.Format(SRServiceModel.FoundMultipleCerts, storeName, storeLocation, findType, findValue)));
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityTokenValidationException.cs (1)
15
:
base
(message)