3 references to TrustDriverVersionDoesNotSupportSession
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
155
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SRP.
TrustDriverVersionDoesNotSupportSession
, nameof(value)));
System\ServiceModel\Security\TrustDriver.cs (2)
68
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.
TrustDriverVersionDoesNotSupportSession
));
79
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.
TrustDriverVersionDoesNotSupportSession
));