OPC Labs Base Library
ManagedSecurityGroupParameters Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : ManagedSecurityGroupParameters 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.

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.

Creates a union of current managed security parameters with other parameters.

 

DISPID (Dispatch ID):

 

For more information, see UnionWith in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Estimated time needed to perform the GetSecurityKeys method. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see EstimatedGetSecurityKeysTime in .NET Reference.

Delay before an attempt to access a failed security key source again. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see FailureRetrialDelay in .NET Reference.

Number of security keys initially requested from the security key source.

 

DISPID (Dispatch ID):

 

For more information, see InitialRequestedKeyCount in .NET Reference.

Number of security keys initially requested from the security key source, expressed in Decimal type.

 

DISPID (Dispatch ID):

 

For more information, see InitialRequestedKeyCountDecimal in .NET Reference.

Number of security keys initially requested from the security key source, expressed in Double type.

 

DISPID (Dispatch ID):

 

For more information, see InitialRequestedKeyCountDouble in .NET Reference.

Determines whether these managed security group parameters are empty.

 

DISPID (Dispatch ID):

 

For more information, see IsEmpty in .NET Reference.

Maximum number of security keys requested from the security source.

 

DISPID (Dispatch ID):

 

For more information, see MaximumRequestedKeyCount in .NET Reference.

Maximum number of security keys requested from the security source, expressed in Decimal type.

 

DISPID (Dispatch ID):

 

For more information, see MaximumRequestedKeyCountDecimal in .NET Reference.

Maximum number of security keys requested from the security source, expressed in Double type.

 

DISPID (Dispatch ID):

 

For more information, see MaximumRequestedKeyCountDouble in .NET Reference.

Minimum delay between subsequent calls to the GetSecurityKeys method. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see MinimumDelayBetweenGetSecurityKeys in .NET Reference.

Minimum amount of time contained in a reserve of future security keys. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see MinimumFutureKeyReserveTime in .NET Reference.

Minimum amount of time contained in a reserve of past security keys. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see MinimumPastKeyReserveTime in .NET Reference.

A factor relative to key lifetime, determining a delay before a secure sender requests new current keys.

 

DISPID (Dispatch ID):

 

For more information, see RefetchCurrentKeysFactorOfKeyLifetime in .NET Reference.

Amount of reserve time for which future security keys will be requested. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see RequestedFutureKeyReserveTime in .NET Reference.

Amount of reserve time for which past security keys will be requested. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see RequestedPastKeyReserveTime 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.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

ManagedSecurityGroupParameters Object