1 write to EncryptedKey
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
434wrappedKeyToken.EncryptedKey = encryptedKey;
3 references to EncryptedKey
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
65internal ReferenceList ReferenceList => EncryptedKey == null ? null : EncryptedKey.ReferenceList;
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
520wrappedKeyToken.EncryptedKey.GetXml().WriteTo(writer);