IServerAgentConnection.RegSecurityProfileCOMClass

Syntax:

RegSecurityProfileCOMClass(<Cluster>, <ProfileName>, <COMClass>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
Cluster where you want to register an allowed ISecurityProfileCOMClass.

<ProfileName> (required)

Type: String.
The security profile name.

<COMClass> (required)

Type: ISecurityProfileCOMClass.
Registered COM class.

Description:

It registers a new allowed ISecurityProfileCOMClass or refreshes the existing one. ISecurityProfileCOMClass It is identified by its own identifier which can be used by the operating system to create it and/or by the text presentation of the moniker.

Availability:

Integration.

Note:

If the allowed ISecurityProfileCOMClass exists, it is refreshed; otherwise it is added.
An exception is generated if the profile cannot be found.

    

1C:Enterprise Developer's Community