1 override of RequestTypeIssue
System.ServiceModel (1)
System\ServiceModel\Security\WSTrust.cs (1)
214public override string RequestTypeIssue
5 references to RequestTypeIssue
System.ServiceModel (5)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
173if (requestSecurityToken.RequestType != null && requestSecurityToken.RequestType != this.StandardsManager.TrustDriver.RequestTypeIssue)
System\ServiceModel\Security\RequestSecurityToken.cs (1)
147this.requestType = this.standardsManager.TrustDriver.RequestTypeIssue;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
886if (rst.RequestType != null && rst.RequestType != this.StandardsManager.TrustDriver.RequestTypeIssue)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
705rst.RequestType = this.StandardsManager.TrustDriver.RequestTypeIssue;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
190if (requestSecurityToken.RequestType != null && requestSecurityToken.RequestType != this.StandardsManager.TrustDriver.RequestTypeIssue)