클래스 AddTimestampOptions
참고
Documentize.Timestamp 플러그인에 대한 타임스탬프 추가 옵션을 나타냅니다.
public class AddTimestampOptions : PluginBaseOptions, IPluginOptions
상속
object ←
PluginBaseOptions ←
AddTimestampOptions
구현
상속된 멤버
- 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()
생성자
AddTimestampOptions(Stream, string, string, string)
기본 옵션으로 Documentize.AddTimestampOptions 개체의 새 인스턴스를 초기화합니다.
public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
매개변수
pfx
Stream: pfx 파일의 경로입니다.password
string: pfx 파일의 비밀번호입니다.serverUrl
string: 타임스탬프 서버 URL입니다.serverBasicAuthCredentials
string: 기본 인증 자격 증명으로, 사용자 이름과 비밀번호가 “username:password"라는 문자열로 결합됩니다. (선택 사항).
AddTimestampOptions(string, string, string, string)
기본 옵션으로 Documentize.AddTimestampOptions 개체의 새 인스턴스를 초기화합니다.
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
매개변수
pfx
string: pfx 파일의 경로입니다.password
string: pfx 파일의 비밀번호입니다.serverUrl
string: 타임스탬프 서버 URL입니다.serverBasicAuthCredentials
string: 기본 인증 자격 증명으로, 사용자 이름과 비밀번호가 “username:password"라는 문자열로 결합됩니다. (선택 사항).
Namespace: Documentize
Assembly: Documentize.dll