CredentialAttribute Class

Definition

public ref class CredentialAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class CredentialAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type CredentialAttribute = class
    inherit Attribute
Public NotInheritable Class CredentialAttribute
Inherits Attribute
Inheritance
CredentialAttribute
Attributes

Constructors

CredentialAttribute(String, String)
CredentialAttribute(String, String, String)

Properties

Domain
Password
UserName

Applies to