ServiceAuthorizationBehavior.ImpersonateOnSerializingReply Property

Definition

Gets or sets a value that indicates whether the service performs impersonation on serializing reply.

public:
 property bool ImpersonateOnSerializingReply { bool get(); void set(bool value); };
public bool ImpersonateOnSerializingReply { get; set; }
member this.ImpersonateOnSerializingReply : bool with get, set
Public Property ImpersonateOnSerializingReply As Boolean

Property Value

true if the service performs impersonation on serializing reply; otherwise, false.

Applies to