3 references to XmlEncryptionStrings
System.ServiceModel (3)
System\ServiceModel\Security\EncryptedData.cs (2)
14
internal static readonly string ElementType =
XmlEncryptionStrings
.ElementType;
15
internal static readonly string ContentType =
XmlEncryptionStrings
.ContentType;
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
506
return CreateDirectReference(issuedTokenXml,
XmlEncryptionStrings
.Id, null, null);