Click or drag to resize

CertificationClass Class

전자공인인증 관리 클래스(소프트 포럼 전용 그외의 업체는 사용안함)
Inheritance Hierarchy
SystemObject
  Mcc.Series.CommonCertificationClass

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CertificationClass

The CertificationClass type exposes the following members.

Constructors
  NameDescription
Public methodCertificationClass
생성자
Top
Properties
  NameDescription
Public propertyCertDN
인증서 DN
Public propertyHasCetify
인증서 소유 유무
Top
Methods
  NameDescription
Public methodChangePassword
비밀번호 변경
Public methodConnection
최초서버접속
Public methodStatic memberCSMConnect
서버접속
Public methodStatic memberCSMDisconnect
접속해제
Public methodStatic memberCSMGetErrorCode
에러코드반환
Public methodStatic memberCSMIsCertNew
인증서/ 개인키 갱신
Public methodDeleteCert
인증서 삭제
Public methodDisConnection
서버접속해제
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCert
인증서 가져오기
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSignData
전자서명 데이터
Public methodGetSignDataTemp
인증 실패시 임시 암호화 데이터
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerifyData
전자서명 데이터 원복
Public methodGetVerifyDataTemp
인증 실패시 임시 복호화 데이터
Public methodStatic memberInternal_DecryptB64
인증 실패시 복호화
Public methodStatic memberInternal_EncryptB64
인증 실패시 암호화
Public methodStatic memberInternal_SignDataB64
전자서명 데이터 변환
Public methodStatic memberInternal_VerifyDataB64
전자서명 데이터 원본 반환
Public methodIsCertNew
사용자 인증서 갱신 및 등록
Public methodIsCertNew(String)
사용자 인증서 갱신및 등록
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetInitialize
초기화
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberVB_CSMChangePassword
비밀번호 변경
Public methodStatic memberVB_CSMGetCert
인증서가져오기
Public methodStatic memberVB_CSMGetErrorMsg
에러메세지반환
Public methodStatic memberVB_CSMInit
초기화
Public methodStatic memberVB_CSMLocalDelCert
인증서 삭제
Public methodStatic memberVB_CSMVerifyPassword
비밀번호 확인
Public methodVerifyPassword
비밀번호 검증
Top
See Also