4 references to Participant
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
569
while (reader.IsStartElement(trustConstants.Elements.
Participant
, trustConstants.NamespaceURI))
571
reader.ReadStartElement(trustConstants.Elements.
Participant
, trustConstants.NamespaceURI);
1296
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.
Participant
, trustConstants.NamespaceURI, typeof(Participants), elementValue));
1310
writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.
Participant
, trustConstants.NamespaceURI);