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