2 writes to AuthenticationType
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
438rst.AuthenticationType = reader.ReadElementContentAsString(trustConstants.Elements.AuthenticationType, trustConstants.NamespaceURI); 1581rstr.AuthenticationType = reader.ReadElementContentAsString(trustConstants.Elements.AuthenticationType, trustConstants.NamespaceURI);
8 references to AuthenticationType
System.IdentityModel (8)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (8)
439if (!UriUtil.CanCreateValidUri(rst.AuthenticationType, UriKind.Absolute)) 441throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, trustConstants.Elements.AuthenticationType, trustConstants.NamespaceURI, rst.AuthenticationType))); 808if (!string.IsNullOrEmpty(rst.AuthenticationType)) 810requestSerializer.WriteXmlElement(writer, trustConstants.Elements.AuthenticationType, rst.AuthenticationType, rst, context); 1582if (!UriUtil.CanCreateValidUri(rstr.AuthenticationType, UriKind.Absolute)) 1584throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, trustConstants.Elements.AuthenticationType, trustConstants.NamespaceURI, rstr.AuthenticationType))); 1810if (!string.IsNullOrEmpty(rstr.AuthenticationType)) 1812responseSerializer.WriteXmlElement(writer, trustConstants.Elements.AuthenticationType, rstr.AuthenticationType, rstr, context);