IVMRCAuthenticator::Type property

The Type property contains an internal value representing the authentication type.

This property is read-only.

Syntax

HRESULT get_Type(
  [out] VMRCAuthenticationType *type
);

VB
VMRCAuthenticator.Type( _
  ByRef type _
)

Property value

The type of authentication provided by this object represents.

This property value is read-only.

Error codes

Name Meaning
S_OK
The property value was retrieved successfully.
E_POINTER
The type parameter is NULL.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IVMRCAuthenticator