C# Class Orc.NuGetExplorer.Native.CredUi.Credential

Show file Open project: WildGums/Orc.NuGetExplorer Class Usage Examples

Public Properties

Property Type Description
AttributeCount System.UInt32
Attributes System.IntPtr
Comment string
CredentialBlob string
CredentialBlobSize System.UInt32
Flags System.UInt32
LastWritten System.Runtime.InteropServices.ComTypes.FILETIME
Persist CredPersistance
TargetAlias string
TargetName string
Type CredTypes
UserName string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

AttributeCount public property

public UInt32,System AttributeCount
return System.UInt32

Attributes public property

public IntPtr,System Attributes
return System.IntPtr

Comment public property

public string Comment
return string

CredentialBlob public property

public string CredentialBlob
return string

CredentialBlobSize public property

public UInt32,System CredentialBlobSize
return System.UInt32

Flags public property

public UInt32,System Flags
return System.UInt32

LastWritten public property

public System.Runtime.InteropServices.ComTypes.FILETIME LastWritten
return System.Runtime.InteropServices.ComTypes.FILETIME

Persist public property

public CredPersistance Persist
return CredPersistance

TargetAlias public property

public string TargetAlias
return string

TargetName public property

public string TargetName
return string

Type public property

public CredTypes Type
return CredTypes

UserName public property

public string UserName
return string