LoadDigitalSignatures

LoadDigitalSignatures()

모든 시스템 X509 인증서 저장소에서 디지털 서명을 로드합니다.

public static List<DigitalSignature> LoadDigitalSignatures()

반환 값

다음 목록을 반환합니다.DigitalSignature 디지털 서명.

또한보십시오


LoadDigitalSignatures(StoreName)

전달된 X509 인증서 저장소에서 디지털 서명을 로드합니다.

public static List<DigitalSignature> LoadDigitalSignatures(StoreName storeName)
모수 유형 설명
storeName StoreName 디지털 인증서를 로드하기 위한 인증서 저장소.

반환 값

다음 목록을 반환합니다.DigitalSignature 디지털 서명.

또한보십시오


LoadDigitalSignatures(StoreName, StoreLocation)

전달된 X509 인증서 저장소에서 디지털 서명을 로드합니다.

public static List<DigitalSignature> LoadDigitalSignatures(StoreName storeName, 
    StoreLocation storeLocation)
모수 유형 설명
storeName StoreName 디지털 인증서를 로드하기 위한 인증서 저장소.
storeLocation StoreLocation 디지털 인증서를 로드할 인증서 위치.

반환 값

다음 목록을 반환합니다.DigitalSignature 디지털 서명.

또한보십시오