NAnt SDK Documentation - v0.92

Credential Class

Provides credentials for password-based authentication schemes.

For a list of all members of this type, see Credential Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.Credential

[Visual Basic]
<ElementName(Name:="credential")>
Public Class Credential
    Inherits DataTypeBase
[C#]
[ElementName(Name="credential")]
public class Credential : DataTypeBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

Credential Members | NAnt.Core.Types Namespace