Class TimestampOptions
public class TimestampOptionsHéritage
Membres hérités
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructeurs
TimestampOptions(string, string)
Initialise une nouvelle instance de la classe Documentize.TimestampOptions.
public TimestampOptions(string serverUrl, string basicAuthCredentials = "")Paramètres
serverUrlstring: L’url du serveur de timestamp.basicAuthCredentialsstring: Les identifiants d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés en une chaîne “username:password”.
Propriétés
BasicAuthCredentials
Obtient/definit les identifiants d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés en une chaîne “username:password”.
public string BasicAuthCredentials { get; set; }Valeur de la propriété
ServerUrl
Obtient/definit l’url du serveur de timestamp.
public string ServerUrl { get; set; }Valeur de la propriété
Espace de noms : Documentize Assembly : Documentize.dll