다음을 통해 공유


IChannelCredentials.SetDefaultServiceCertificateFromStore 메서드

정의

인증서 저장소에서 인증서를 검색하여 서비스 자격 증명에 기본 인증서로 추가합니다.

public:
 void SetDefaultServiceCertificateFromStore(System::String ^ storeLocation, System::String ^ storeName, System::String ^ findType, System::Object ^ findValue);
public void SetDefaultServiceCertificateFromStore (string storeLocation, string storeName, string findType, object findValue);
abstract member SetDefaultServiceCertificateFromStore : string * string * string * obj -> unit
Public Sub SetDefaultServiceCertificateFromStore (storeLocation As String, storeName As String, findType As String, findValue As Object)

매개 변수

storeLocation
String

인증서 저장소 위치입니다.

storeName
String

인증서 저장소 이름입니다.

findType
String

검색 형식입니다.

findValue
Object

검색 값입니다.

적용 대상