EDSCertificate(Byte, String, String, String, String, NullableDateTime, NullableDateTime) - конструктор |
Пространство имён:
Tessa.Platform.EDS
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public EDSCertificate(
byte[] Certificate,
string Company,
string SubjectName,
string IssuerName,
string SerialNumber,
DateTime? ValidFrom,
DateTime? ValidTo
)
Public Sub New (
Certificate As Byte(),
Company As String,
SubjectName As String,
IssuerName As String,
SerialNumber As String,
ValidFrom As DateTime?,
ValidTo As DateTime?
)
public:
EDSCertificate(
array<unsigned char>^ Certificate,
String^ Company,
String^ SubjectName,
String^ IssuerName,
String^ SerialNumber,
Nullable<DateTime> ValidFrom,
Nullable<DateTime> ValidTo
)
new :
Certificate : byte[] *
Company : string *
SubjectName : string *
IssuerName : string *
SerialNumber : string *
ValidFrom : Nullable<DateTime> *
ValidTo : Nullable<DateTime> -> EDSCertificate
Параметры
- Certificate
- Тип: SystemByte
- Company
- Тип: SystemString
- SubjectName
- Тип: SystemString
- IssuerName
- Тип: SystemString
- SerialNumber
- Тип: SystemString
- ValidFrom
- Тип: SystemNullableDateTime
- ValidTo
- Тип: SystemNullableDateTime
См. также