2 instantiations of EncryptedKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
161EncryptedKey ek = new EncryptedKey();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
443EncryptedKey encryptedKey = new EncryptedKey();
7 references to EncryptedKey
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
160protected override XmlDictionaryString LocalName { get { return EncryptedKey.ElementName; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (3)
21private EncryptedKey _encryptedKey; 113internal EncryptedKey EncryptedKey 161EncryptedKey ek = new EncryptedKey();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (3)
419protected override XmlDictionaryString LocalName { get { return EncryptedKey.ElementName; } } 435throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.CantInferReferenceForToken, EncryptedKey.ElementName.Value))); 443EncryptedKey encryptedKey = new EncryptedKey();