Credential Class

Provides credentials to run jobs and access resources.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..Credential

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Class Credential
'Usage

  Dim instance As Credential
[DataContractAttribute]
public class Credential
[DataContractAttribute]
public ref class Credential
[<DataContractAttribute>]
type Credential =  class end
  public class Credential

The Credential type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Description Gets or sets the credential description.
Public property Domain Gets or sets the credential domain.
Public property DomainUserName Gets or sets the credential domain that uses the credential user name.
Public property Id Gets or sets an internal credential ID.
Public property Password Gets or sets an internal credential password.
Public propertyStatic member ServiceCredentialId Gets the value of the credential GUID that IIS Transform Manager uses to run.
Public property UserName Gets or sets a credential user name.

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

Microsoft.Web.Media.TransformManager Namespace