Codemaru 1.0.0.0
QR 코드, 모바일 랜딩 페이지, vCard 연락처 저장과 명함 디자인을 한 화면에서 제공하는 디지털 명함 서비스입니다.
로딩중...
검색중...
일치하는것 없음
Codemaru.Models.Certificates.CertificateStatusInfo 클래스 참조sealed

더 자세히 ...

속성

bool IsSuccess [get]
string CertificateDirectory = string.Empty [get]
string CertificatePath = string.Empty [get]
string Subject = string.Empty [get]
string Issuer = string.Empty [get]
DateTimeOffset? NotBefore [get]
DateTimeOffset? NotAfter [get]
int? RemainingDays [get]
CertificateHealthState State = CertificateHealthState.Unknown [get]
string Message = string.Empty [get]

상세한 설명

인증서 상태 조회 결과입니다.

CertificateStatusInfo.cs 파일의 11 번째 라인에서 정의되었습니다.

속성 문서화

◆ CertificateDirectory

string Codemaru.Models.Certificates.CertificateStatusInfo.CertificateDirectory = string.Empty
get

조회 대상 인증서 폴더입니다.

CertificateStatusInfo.cs 파일의 31 번째 라인에서 정의되었습니다.

31{ get; init; } = string.Empty;

◆ CertificatePath

string Codemaru.Models.Certificates.CertificateStatusInfo.CertificatePath = string.Empty
get

선택된 인증서 파일 경로입니다.

CertificateStatusInfo.cs 파일의 41 번째 라인에서 정의되었습니다.

41{ get; init; } = string.Empty;

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().

◆ IsSuccess

bool Codemaru.Models.Certificates.CertificateStatusInfo.IsSuccess
get

인증서 조회 성공 여부입니다.

CertificateStatusInfo.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; init; }

◆ Issuer

string Codemaru.Models.Certificates.CertificateStatusInfo.Issuer = string.Empty
get

인증서 발급자입니다.

CertificateStatusInfo.cs 파일의 61 번째 라인에서 정의되었습니다.

61{ get; init; } = string.Empty;

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().

◆ Message

string Codemaru.Models.Certificates.CertificateStatusInfo.Message = string.Empty
get

상태 메시지입니다.

CertificateStatusInfo.cs 파일의 111 번째 라인에서 정의되었습니다.

111{ get; init; } = string.Empty;

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().

◆ NotAfter

DateTimeOffset? Codemaru.Models.Certificates.CertificateStatusInfo.NotAfter
get

인증서 만료 시간입니다.

CertificateStatusInfo.cs 파일의 81 번째 라인에서 정의되었습니다.

81{ get; init; }

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().

◆ NotBefore

DateTimeOffset? Codemaru.Models.Certificates.CertificateStatusInfo.NotBefore
get

인증서 시작 시간입니다.

CertificateStatusInfo.cs 파일의 71 번째 라인에서 정의되었습니다.

71{ get; init; }

◆ RemainingDays

int? Codemaru.Models.Certificates.CertificateStatusInfo.RemainingDays
get

인증서 남은 일수입니다.

CertificateStatusInfo.cs 파일의 91 번째 라인에서 정의되었습니다.

91{ get; init; }

◆ State

CertificateHealthState Codemaru.Models.Certificates.CertificateStatusInfo.State = CertificateHealthState.Unknown
get

인증서 상태입니다.

CertificateStatusInfo.cs 파일의 101 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().

◆ Subject

string Codemaru.Models.Certificates.CertificateStatusInfo.Subject = string.Empty
get

인증서 주체입니다.

CertificateStatusInfo.cs 파일의 51 번째 라인에서 정의되었습니다.

51{ get; init; } = string.Empty;

다음에 의해서 참조됨 : Codemaru.ViewModels.CertificateMonitorViewModel.RefreshAsync().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: