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