public sealed class AuthConfig.Types.SshPublicKey : IMessage<AuthConfig.Types.SshPublicKey>, IEquatable<AuthConfig.Types.SshPublicKey>, IDeepCloneable<AuthConfig.Types.SshPublicKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.SshPublicKey.
Parameters to support Ssh public key Authentication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `AuthConfig.Types.SshPublicKey` class within the Integration Connectors v1 API, specifically version 1.1.0, detailing its use for SSH public key authentication."],["The `SshPublicKey` class, derived from the `object` class, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes the capability for getting hash code, type, and string representations."],["The class includes constructors for creating new instances of `SshPublicKey`, either as a new object or by cloning an existing `SshPublicKey` object, and takes another `AuthConfig.Types.SshPublicKey` object as a parameter."],["The `SshPublicKey` class has four main properties: `CertType` (format of SSH client cert), `SshClientCert` (containing public and private key), `SshClientCertPass` (password for the SSH client certificate), and `Username` (the user account for authentication)."]]],[]]