C# 클래스 EU.Europa.EC.Markt.Dss.Validation.CertificateRef

Reference a Certificate
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
GetDigestAlgorithm ( ) : string
GetDigestValue ( ) : byte[]
GetIssuerName ( ) : string
GetIssuerSerial ( ) : string
SetDigestAlgorithm ( string digestAlgorithm ) : void
SetDigestValue ( byte digestValue ) : void
SetIssuerName ( string issuerName ) : void
SetIssuerSerial ( string issuerSerial ) : void
ToString ( ) : string

메소드 상세

GetDigestAlgorithm() 공개 메소드

public GetDigestAlgorithm ( ) : string
리턴 string

GetDigestValue() 공개 메소드

public GetDigestValue ( ) : byte[]
리턴 byte[]

GetIssuerName() 공개 메소드

public GetIssuerName ( ) : string
리턴 string

GetIssuerSerial() 공개 메소드

public GetIssuerSerial ( ) : string
리턴 string

SetDigestAlgorithm() 공개 메소드

public SetDigestAlgorithm ( string digestAlgorithm ) : void
digestAlgorithm string
리턴 void

SetDigestValue() 공개 메소드

public SetDigestValue ( byte digestValue ) : void
digestValue byte
리턴 void

SetIssuerName() 공개 메소드

public SetIssuerName ( string issuerName ) : void
issuerName string
리턴 void

SetIssuerSerial() 공개 메소드

public SetIssuerSerial ( string issuerSerial ) : void
issuerSerial string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string