2 writes to CanRenewSecurityContextToken
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElement.cs (1)
76this.CanRenewSecurityContextToken = sc.CanRenewSession; // can't use default value optimization here because ApplyConfiguration relies on the runtime default instead, which is the opposite of the config default
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
280this.CanRenewSecurityContextToken = source.CanRenewSecurityContextToken;
3 references to CanRenewSecurityContextToken
System.ServiceModel (3)
System\ServiceModel\Configuration\SecurityElementBase.cs (3)
208scParameters.CanRenewSession = this.CanRenewSecurityContextToken; 233scParameters.CanRenewSession = this.CanRenewSecurityContextToken; 280this.CanRenewSecurityContextToken = source.CanRenewSecurityContextToken;