Class AddTimestampOptions
Information
Représente les options d’ajout de timestamp pour le plugin Documentize.Timestamp.
[Obsolete("La classe sera bientôt supprimée. Veuillez utiliser la classe SignOptions.")]
public class AddTimestampOptions : PluginBaseOptions, IPluginOptionsHéritage
object ← PluginBaseOptions ← AddTimestampOptions
Implémente
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 les options par défaut.
public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")Paramètres
pfxStream: Le chemin vers le fichier pfx.passwordstring: Le mot de passe pour le fichier pfx.serverUrlstring: L’URL du serveur de timestamp.serverBasicAuthCredentialsstring: Les informations d’identification d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés dans une chaîne “username:password”. (Facultatif).
AddTimestampOptions(string, string, string, string)
Initialise une nouvelle instance de l’objet Documentize.AddTimestampOptions avec les options par défaut.
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")Paramètres
pfxstring: Le chemin vers le fichier pfx.passwordstring: Le mot de passe pour le fichier pfx.serverUrlstring: L’URL du serveur de timestamp.serverBasicAuthCredentialsstring: Les informations d’identification d’authentification de base, le nom d’utilisateur et le mot de passe sont combinés dans une chaîne “username:password”. (Facultatif).
Namespace: Documentize Assembly: Documentize.dll