32 references to SecurityJan2004Strings
System.ServiceModel (32)
System\ServiceModel\Channels\PeerHelpers.cs (2)
782
int i = message.Headers.FindHeader(
SecurityJan2004Strings
.Security,
SecurityJan2004Strings
.Namespace);
System\ServiceModel\Channels\PeerNodeImplementation.cs (4)
454
int i = msg.Headers.FindHeader(
SecurityJan2004Strings
.Security,
SecurityJan2004Strings
.Namespace);
1482
int i = localCopy.Headers.FindHeader(
SecurityJan2004Strings
.Security,
SecurityJan2004Strings
.Namespace);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
157
int i = request.Headers.FindHeader(
SecurityJan2004Strings
.Security,
SecurityJan2004Strings
.Namespace);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
393
|| (tokenType ==
SecurityJan2004Strings
.SamlUri)
System\ServiceModel\Security\WSSecurityJan2004.cs (12)
65
internal const string EncodingTypeAttributeString =
SecurityJan2004Strings
.EncodingType;
66
internal const string EncodingTypeValueBase64Binary =
SecurityJan2004Strings
.EncodingTypeValueBase64Binary;
67
internal const string EncodingTypeValueHexBinary =
SecurityJan2004Strings
.EncodingTypeValueHexBinary;
253
: base(tokenSerializer, new string[] {
SecurityJan2004Strings
.KerberosTokenTypeGSS,
SecurityJan2004Strings
.KerberosTokenType1510 })
350
public override string TokenTypeUri { get { return
SecurityJan2004Strings
.UPTokenType; } }
421
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.TypeAttribute, null,
SecurityJan2004Strings
.UPTokenPasswordTextValue);
432
if (type != null && type.Length > 0 && type !=
SecurityJan2004Strings
.UPTokenPasswordTextValue)
472
XmlHelper.OnUnexpectedChildNodeError(
SecurityJan2004Strings
.UserNameTokenElement, reader);
478
XmlHelper.OnRequiredElementMissing(
SecurityJan2004Strings
.UserNameElement,
SecurityJan2004Strings
.Namespace);
605
internal const string ValueTypeAbsoluteUri =
SecurityJan2004Strings
.X509TokenType;
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
477
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(
SecurityJan2004Strings
.ValueType, null))));
535
if (element.HasAttribute(
SecurityJan2004Strings
.ValueType, null))
537
valueTypeUri = element.GetAttribute(
SecurityJan2004Strings
.ValueType, null);
System\ServiceModel\Security\WSTrust.cs (8)
98
if (element.HasAttribute(
SecurityJan2004Strings
.ValueType, null))
100
valueTypeUri = element.GetAttribute(
SecurityJan2004Strings
.ValueType, null);
180
static readonly string base64Uri =
SecurityJan2004Strings
.EncodingTypeValueBase64Binary;
181
static readonly string hexBinaryUri =
SecurityJan2004Strings
.EncodingTypeValueHexBinary;
603
string valueTypeUri = element.GetAttribute(
SecurityJan2004Strings
.ValueType);
729
string valueTypeUri = proofXml.GetAttribute(
SecurityJan2004Strings
.ValueType);
853
if (attr.LocalName ==
SecurityJan2004Strings
.EncodingType && attr.NamespaceURI.Length == 0)
861
else if (attr.LocalName ==
SecurityJan2004Strings
.ValueType && attr.NamespaceURI.Length == 0)