2 writes to WrappedEncryptionToken
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
416
elementContainer.
WrappedEncryptionToken
= wrappedKey;
478
this.elementContainer.
WrappedEncryptionToken
= null;
2 references to WrappedEncryptionToken
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
633
if (elementContainer.
WrappedEncryptionToken
!= null)
635
this.StandardsManager.SecurityTokenSerializer.WriteToken(writer, elementContainer.
WrappedEncryptionToken
);