1 write to sctUri
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
558this.sctUri = this.StandardsManager.SecureConversationDriver.TokenTypeUri;
2 references to sctUri
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
660if (rst.TokenType != null && rst.TokenType != this.sctUri) 725rstr.TokenType = this.sctUri;