2 overrides of TokenTypeUri
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
162
public override string
TokenTypeUri
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
153
public override string
TokenTypeUri
5 references to TokenTypeUri
System.ServiceModel (5)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
277
this.sctUri = this.StandardsManager.SecureConversationDriver.
TokenTypeUri
;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
518
this.sctUri = this.StandardsManager.SecureConversationDriver.
TokenTypeUri
;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
558
this.sctUri = this.StandardsManager.SecureConversationDriver.
TokenTypeUri
;
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
319
this.sctUri = this.StandardsManager.SecureConversationDriver.
TokenTypeUri
;
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
188
rst.TokenType = this.StandardsManager.SecureConversationDriver.
TokenTypeUri
;