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