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