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

Show file 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 property

public UInt32,System AttributeCount
return System.UInt32

Attributes public property

public IntPtr,System Attributes
return System.IntPtr

Comment public property

public IntPtr,System Comment
return System.IntPtr

CredentialBlob public property

public IntPtr,System CredentialBlob
return System.IntPtr

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

TargetAlias public property

public IntPtr,System TargetAlias
return System.IntPtr

TargetName public property

public IntPtr,System TargetName
return System.IntPtr

Type public property

public CredTypes Type
return CredTypes

UserName public property

public IntPtr,System UserName
return System.IntPtr