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