다음을 통해 공유


COAUTHIDENTITY.Flags Field

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.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Public Flags As UInteger
‘사용 방법
Dim instance As COAUTHIDENTITY
Dim value As UInteger

value = instance.Flags

instance.Flags = value
public uint Flags
public:
unsigned int Flags
val mutable Flags: uint32
public var Flags : uint

.NET Framework Security

See Also

Reference

COAUTHIDENTITY Structure

COAUTHIDENTITY Members

Microsoft.VisualStudio.OLE.Interop Namespace