Class AddTimestampOptions
Information
Représente les options d’ajout d’horodatage pour le plugin Documentize.Timestamp.
[Obsolete("The class will be deleted soon. Please use SignOptions class.")]
public class AddTimestampOptions : PluginBaseOptions, IPluginOptionsHéritage
object ← PluginBaseOptions ← AddTimestampOptions
Implémente
Membres hérités
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- 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 du fichier pfx.serverUrlstring : L’URL du serveur d’horodatage.serverBasicAuthCredentialsstring : Les informations d’authentification basique, le nom d’utilisateur et le mot de passe sont combinés dans une chaîne “username:password”. (Optionnel).
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 du fichier pfx.serverUrlstring : L’URL du serveur d’horodatage.serverBasicAuthCredentialsstring : Les informations d’authentification basique, le nom d’utilisateur et le mot de passe sont combinés dans une chaîne “username:password”. (Optionnel).
Namespace: Documentize Assembly: Documentize.dll