TrustedUserHeader Class

Definition

Represents the information about the trusted user account.

public ref class TrustedUserHeader : System::Web::Services::Protocols::SoapHeader
public class TrustedUserHeader : System.Web.Services.Protocols.SoapHeader
type TrustedUserHeader = class
    inherit SoapHeader
Public Class TrustedUserHeader
Inherits SoapHeader
Inheritance
TrustedUserHeader

Constructors

TrustedUserHeader()

Initializes a new instance of the TrustedUserHeader class.

Properties

AnyAttr

Gets or sets a collection of header attributes.

UserName

Gets or sets the user name.

UserToken

Gets or sets the user token associated with the header.

Applies to