13 references to KeyWrapAlgorithm
System.IdentityModel (13)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
104
private string keyWrapAlgorithm = WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
;
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (8)
73
if (reader.IsStartElement(WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI))
78
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI, rst.KeyWrapAlgorithm)));
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);
243
if (StringComparer.Ordinal.Equals(elementName, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
))
245
writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI, (string)elementValue);
321
WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI))
330
WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
,
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (4)
78
if (reader.IsStartElement(WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI))
117
this.WriteXmlElement(writer, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, rstr.KeyWrapAlgorithm, rstr, context);
191
if (StringComparer.Ordinal.Equals(elementName, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
))
193
writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.
KeyWrapAlgorithm
, WSTrust13Constants.NamespaceURI, (string)elementValue);