CertificateStores.GetStoreByName(String) 方法

定义

按名称从证书存储的集合中获取证书存储。

public:
 static CertificateStore ^ GetStoreByName(Platform::String ^ storeName);
 static CertificateStore GetStoreByName(winrt::hstring const& storeName);
public static CertificateStore GetStoreByName(string storeName);
function getStoreByName(storeName)
Public Shared Function GetStoreByName (storeName As String) As CertificateStore

参数

storeName
String

Platform::String

winrt::hstring

要返回的证书存储的名称。 storeName 参数值不能为“MY”。

返回

请求的证书存储。

适用于