TrustedUserHeader Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents information about the trusted user account.

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    ReportExecution2005.TrustedUserHeader

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Class TrustedUserHeader _
    Inherits SoapHeader
'Usage
Dim instance As TrustedUserHeader
public class TrustedUserHeader : SoapHeader
public ref class TrustedUserHeader : public SoapHeader
type TrustedUserHeader =  
    class 
        inherit SoapHeader 
    end
public class TrustedUserHeader extends SoapHeader

The TrustedUserHeader type exposes the following members.

Constructors

  Name Description
Public method TrustedUserHeader Initializes a new instance of the TrustedUserHeader class.

Top

Properties

  Name Description
Public property Actor (Inherited from SoapHeader.)
Public property AnyAttr Gets or sets a collection of header attributes.
Public property DidUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand12 (Inherited from SoapHeader.)
Public property EncodedRelay (Inherited from SoapHeader.)
Public property MustUnderstand (Inherited from SoapHeader.)
Public property Relay (Inherited from SoapHeader.)
Public property Role (Inherited from SoapHeader.)
Public property UserName Gets or sets the user name.
Public property UserToken Gets or sets the user token associated with the header.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReportExecution2005 Namespace