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