2 references to EncryptedKeyContainsReferenceList
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1366
if (!this.
EncryptedKeyContainsReferenceList
)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
452
this.skipKeyInfoForEncryption = encryptionTokenSerialized && this.
EncryptedKeyContainsReferenceList
&& (this.encryptingToken is WrappedKeySecurityToken) && this.signThenEncrypt;