2 references to Namespace
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (1)
85return new SessionSecurityToken(claimsPrincipal, sct.ContextId, sct.Id, String.Empty, sct.GetKeyBytes(), endpointId, sct.ValidFrom, sct.ValidTo, sct.KeyGeneration, sct.KeyEffectiveTime, sct.KeyExpirationTime, sctAuthPolicy, new Uri(version.Namespace.Value));
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (1)
216if ( sessionToken.SecureConversationVersion.AbsoluteUri != _scVersion.Namespace.Value )