Options d'ajout d'horodatage de classe
Information
Représente les options d’ajout d’horodatage pour le plugin Documentize.Timestamp.
public class AddTimestampOptions : PluginBaseOptions, IPluginOptions
Héritage
object ←
PluginBaseOptions ←
AddTimestampOptions
Implemente
Membres hérités
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructeurs
AddTimestampOptions(Stream, string, string, string)
Initialise une nouvelle instance de l’objet Documentize.AddTimestampOptions avec des options par défaut.
public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
Paramètres
pfx
Stream: Le chemin vers le fichier pfx.password
string: Le mot de passe du fichier pfx.serverUrl
string: L’URL du serveur d’horodatage.serverBasicAuthCredentials
string: Les identifiants d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés en une chaîne “nom_utilisateur:mot_de_passe”. (Optionnel).
AddTimestampOptions(string, string, string, string)
Initialise une nouvelle instance de l’objet Documentize.AddTimestampOptions avec des options par défaut.
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
Paramètres
pfx
string: Le chemin vers le fichier pfx.password
string: Le mot de passe du fichier pfx.serverUrl
string: L’URL du serveur d’horodatage.serverBasicAuthCredentials
string: Les identifiants d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés en une chaîne “nom_utilisateur:mot_de_passe”. (Optionnel).
Namespace : Documentize
Assembly : Documentize.dll