TrustedUserHeader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |