Windows Media Services SDK banner art
PreviousNext

AuthenticationPlugins Collection Object

The AuthenticationPlugins collection object is a collection of AuthenticationPlugin objects. The AuthenticationPlugins collection object has the following properties.

Property Access Description
Count Read Only Returns the number of AuthenticationPlugin objects in the collection.
Item Read Only Indicates a specific element of the collection object.

Example

The following example code displays the description of each AuthenticationPlugin object in the collection in message boxes.

For i=1 to CInt( NSUnicastMgr1.AuthenticationPlugins.Count )
  MsgBox (NSUnicastMgr1.AuthenticationPlugins.Item[i-1].Description)
Next

See Also

AuthenticationPlugin Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.