Show / Hide Table of Contents

Class ServerCredential

Represents credentials of an FTP Server.

Inheritance
object
ServerCredential
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFTP.v1.Data
Assembly: Google.Apis.CloudFTP.v1.dll
Syntax
public class ServerCredential : IDirectResponseSchema

Properties

AsymmetricAlgorithm

Output only. Asymmetric algorithm used by the public key. Possible values (can be expanded in future): - ssh-ed25519

Declaration
[JsonProperty("asymmetricAlgorithm")]
public virtual string AsymmetricAlgorithm { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fingerprint

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.

Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX