7 writes to Id
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2AssertionKeyIdentifierClause.cs (1)
46
this.
Id
= id;
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
267
clause.
Id
= strId;
System\ServiceModel\Security\EncryptedType.cs (1)
305
clause.
Id
= strId;
System.ServiceModel (4)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
526
strClause.
Id
= strId;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
143
keyIdentifierClause.
Id
= SecurityUniqueId.Create().Value;
189
keyIdentifierClause.
Id
= SecurityUniqueId.Create().Value;
System\ServiceModel\Security\WSTrust.cs (1)
969
keyIdentifierClause.
Id
= strId;
15 references to Id
System.IdentityModel (5)
System\IdentityModel\Tokens\Saml2AssertionKeyIdentifierClause.cs (3)
69
if (null != saml2Clause && StringComparer.Ordinal.Equals(assertionId, saml2Clause.
Id
))
100
return ReferenceEquals(this, keyIdentifierClause) || Matches(
Id
, keyIdentifierClause);
109
return "Saml2AssertionKeyIdentifierClause( Id = '" +
Id
+ "' )";
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
717
writer.WriteString(samlClause.
Id
);
System\IdentityModel\Tokens\WrappedSaml2AssertionKeyIdentifierClause.cs (1)
26
: base(clause.
Id
)
System.ServiceModel (10)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
337
if (strClause.
Id
== strId)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (3)
524
if (String.IsNullOrEmpty(strClause.
Id
))
529
if (!String.IsNullOrEmpty(strClause.
Id
))
531
this.ElementManager.AppendSecurityTokenReference(strClause, strClause.
Id
);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (6)
142
if (String.IsNullOrEmpty(keyIdentifierClause.
Id
))
145
this.signedInfo.AddReference(keyIdentifierClause.
Id
, hashStream.FlushHashAndGetValue(), true);
188
if (String.IsNullOrEmpty(keyIdentifierClause.
Id
))
192
this.signedInfo.AddReference(keyIdentifierClause.
Id
, hashStream.FlushHashAndGetValue(), true);
729
if (keyIdentifierClause != null && !String.IsNullOrEmpty(keyIdentifierClause.
Id
))
731
WrappedXmlDictionaryWriter wrappedLocalWriter = new WrappedXmlDictionaryWriter(writer, keyIdentifierClause.
Id
);