3 writes to KeyWrapAlgorithm
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (2)
75
rst.
KeyWrapAlgorithm
= reader.ReadElementContentAsString();
323
secondaryParameters.
KeyWrapAlgorithm
= reader.ReadElementContentAsString();
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (1)
80
rstr.
KeyWrapAlgorithm
= reader.ReadElementContentAsString();
10 references to KeyWrapAlgorithm
System.IdentityModel (10)
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (8)
76
if (!UriUtil.CanCreateValidUri(rst.
KeyWrapAlgorithm
, UriKind.Absolute))
78
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.NamespaceURI, rst.
KeyWrapAlgorithm
)));
131
if (!string.IsNullOrEmpty(rst.
KeyWrapAlgorithm
))
133
if (!UriUtil.CanCreateValidUri(rst.
KeyWrapAlgorithm
, UriKind.Absolute))
135
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.NamespaceURI, rst.
KeyWrapAlgorithm
)));
138
this.WriteXmlElement(writer, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, rst.
KeyWrapAlgorithm
, rst, context);
324
if (!UriUtil.CanCreateValidUri(secondaryParameters.
KeyWrapAlgorithm
, UriKind.Absolute))
332
secondaryParameters.
KeyWrapAlgorithm
)));
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (2)
115
if (!string.IsNullOrEmpty(rstr.
KeyWrapAlgorithm
))
117
this.WriteXmlElement(writer, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, rstr.
KeyWrapAlgorithm
, rstr, context);