2 writes to encryptingToken
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
438
this.
encryptingToken
= this.elementContainer.DerivedEncryptionToken = derivedEncryptingToken;
448
this.
encryptingToken
= sourceToken;
3 references to encryptingToken
System.ServiceModel (3)
System\ServiceModel\Security\SendSecurityHeader.cs (3)
452
this.skipKeyInfoForEncryption = encryptionTokenSerialized && this.EncryptedKeyContainsReferenceList && (this.
encryptingToken
is WrappedKeySecurityToken) && this.signThenEncrypt;
463
StartEncryptionCore(this.
encryptingToken
, identifier);
485
WrappedKeySecurityToken wrappedKeyToken = this.
encryptingToken
as WrappedKeySecurityToken;