Cloud FTP v1 API - Class ServerCredential (1.0.0-beta01)

public sealed class ServerCredential : IMessage<ServerCredential>, IEquatable<ServerCredential>, IDeepCloneable<ServerCredential>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud FTP v1 API class ServerCredential.

Represents credentials of an FTP Server.

Inheritance

object > ServerCredential

Namespace

Google.Cloud.Ftp.V1

Assembly

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