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