IVMRCAuthenticator interface

The IVMRCAuthenticator interface defines an interface to a VMRC authentication method.

When to use

It is used to retrieve basic information about the authentication methods supported by Virtual Server. You can retrieve an IVMRCAuthenticator object from the IVMRCAuthenticatorCollection object returned from the IVMVirtualServer::VMRCAuthenticators property.

Members

The IVMRCAuthenticator interface inherits from the IDispatch interface. IVMRCAuthenticator also has these types of members:

Properties

The IVMRCAuthenticator interface has these properties.

Property Access type Description
Description
Read-only
The authenticator's description.
Name
Read-only
The authenticator's name.
Type
Read-only
An internal value representing the authentication type.

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

IDispatch