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

ファイルを表示 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_oe property

public UInt32,System AttributeCount
return System.UInt32

Attributes public_oe property

public IntPtr,System Attributes
return System.IntPtr

Comment public_oe property

public string Comment
return string

CredentialBlob public_oe property

public string CredentialBlob
return string

CredentialBlobSize public_oe property

public UInt32,System CredentialBlobSize
return System.UInt32

Flags public_oe property

public UInt32,System Flags
return System.UInt32

LastWritten public_oe property

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

Persist public_oe property

public CredPersistance Persist
return CredPersistance

TargetAlias public_oe property

public string TargetAlias
return string

TargetName public_oe property

public string TargetName
return string

Type public_oe property

public CredTypes Type
return CredTypes

UserName public_oe property

public string UserName
return string