1 write to ContextId
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
32ContextId = contextId ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contextId));
5 references to ContextId
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (3)
46return ReferenceEquals(this, that) || (that != null && that.Matches(ContextId, _generation)); 51return contextId == ContextId && generation == _generation; 57ContextId, Generation);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
772return (skiClause.ContextId.ToString() == SessionId);
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
170XmlHelper.WriteAttributeStringAsUniqueId(writer, null, XD.SecurityJan2004Dictionary.URI, null, sctClause.ContextId);