OPC Labs Base Library
UserIdentity Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : UserIdentity Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Defaults this UserIdentity to other. Modifies this user identity.

 

DISPID (Dispatch ID):

 

For more information, see DefaultTo in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Overrides this UserIdentity by other. Modifies this user identity.

 

DISPID (Dispatch ID):

 

For more information, see OverrideBy in .NET Reference.

Public Properties
An anonymous token info.

 

DISPID (Dispatch ID):

 

For more information, see AnonymousTokenInfo in .NET Reference.

The number of configured token infos in this user identity.

 

DISPID (Dispatch ID):

 

For more information, see ConfiguredTokenInfoCount in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

A Kerberos (issued) token info.

 

DISPID (Dispatch ID):

 

For more information, see KerberosTokenInfo in .NET Reference.

A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.

 

DISPID (Dispatch ID):

 

For more information, see StandardName in .NET Reference.

A collection of token infos (TokenInfo) for this user identity.

 

DISPID (Dispatch ID):

 

For more information, see TokenInfos in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

A user name token info (with optional password).

 

DISPID (Dispatch ID):

 

For more information, see UserNameTokenInfo in .NET Reference.

A token info represented by an X.509 certificate.

 

DISPID (Dispatch ID):

 

For more information, see X509CertificateTokenInfo in .NET Reference.

See Also

UserIdentity Object