public sealed class ServerCredential : IMessage<ServerCredential>, IEquatable<ServerCredential>, IDeepCloneable<ServerCredential>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class ServerCredential.
Represents credentials of an FTP Server.
Implements
IMessageServerCredential, IEquatableServerCredential, IDeepCloneableServerCredential, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
ServerCredential()
public ServerCredential()ServerCredential(ServerCredential)
public ServerCredential(ServerCredential other)| Parameter | |
|---|---|
| Name | Description |
other |
ServerCredential |
Properties
AsymmetricAlgorithm
public string AsymmetricAlgorithm { get; set; }Output only. Asymmetric algorithm used by the public key. Possible values (can be expanded in future):
- ssh-ed25519
| Property Value | |
|---|---|
| Type | Description |
string |
|
Fingerprint
public string Fingerprint { get; set; }Output only. The fingerprint is a hash of the public key, and is displayed when clients access the server for the first time to verify the server's identity.
| Property Value | |
|---|---|
| Type | Description |
string |
|