1 write to contextId
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
273this.contextId = contextId;
6 references to contextId
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (6)
64this.Initialize(sourceToken.contextId, key, sourceToken.ValidFrom, sourceToken.ValidTo, authorizationPolicies, sourceToken.isCookieMode, keyGeneration, keyEffectiveTime, keyExpirationTime); 87this.Initialize(from.contextId, from.key, from.tokenEffectiveTime, from.tokenExpirationTime, authorizationPolicies, from.isCookieMode, from.keyGeneration, from.keyEffectiveTime, from.keyExpirationTime); 127return this.contextId; 235return String.Format(CultureInfo.CurrentCulture, "SecurityContextSecurityToken(Identifier='{0}', KeyGeneration='{1}')", this.contextId, this.keyGeneration); 293return new SecurityContextKeyIdentifierClause(this.contextId, this.keyGeneration) as T; 302return sctKeyIdentifierClause.Matches(this.contextId, this.keyGeneration);