IChannelCredentials.SetClientCertificateFromStore 메서드

정의

인증서 저장소에서 인증서를 검색하여 클라이언트 자격 증명에 추가합니다.

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

매개 변수

storeLocation
String

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

storeName
String

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

findType
String

검색 형식입니다.

findValue
Object

검색 값입니다.

적용 대상