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

显示文件 Open project: WildGums/Orc.NuGetExplorer

Public Properties

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

Private Methods

Method Description
GetNativeCredential ( Credential cred ) : NativeCredential

This method derives a NativeCredential instance from a given Credential instance.

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 IntPtr,System Comment
return System.IntPtr

CredentialBlob public_oe property

public IntPtr,System CredentialBlob
return System.IntPtr

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 UInt32,System Persist
return System.UInt32

TargetAlias public_oe property

public IntPtr,System TargetAlias
return System.IntPtr

TargetName public_oe property

public IntPtr,System TargetName
return System.IntPtr

Type public_oe property

public CredTypes Type
return CredTypes

UserName public_oe property

public IntPtr,System UserName
return System.IntPtr