COAUTHIDENTITY.Flags Field

Definition

Represents values indicating that strings are ANSI (0x1) or Unicode (0x2). This value can be SEC_WINNT_AUTH_IDENTITY_ANSI or SEC_WINNT_AUTH_IDENTITY_UNICODE.

public: System::UInt32 Flags;
public: unsigned int Flags;
unsigned int Flags;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
public uint Flags;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
val mutable Flags : uint32
Public Flags As UInteger 

Field Value

Attributes

Applies to