IChannelCredentials.SetClientCertificateFromStore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a certificate from a certificate store and adds it to the client credentials.
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)
Parameters
- storeLocation
- String
Certificate store location.
- storeName
- String
Certificate store name.
- findType
- String
Search type.
- findValue
- Object
Search value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.