ServerConfiguration Class

Server entity.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class ServerConfiguration : IServerConfiguration, 
	IConfigurationId
Inheritance
Object    ServerConfiguration
Implements
IConfigurationId, IServerConfiguration

Constructors

ServerConfiguration(IServerConfiguration) Creates instance from another user entity.
ServerConfiguration(String) Creates instance for Keeper server.

Properties

Server Keeper server host.
ServerKeyId Server Key ID.

See Also