'Declaration
<NotNullAttribute()> Function GetStoreInfo( _ ByVal storeName As String _ ) As PkiStoreInfo
'Usage
Dim instance As IPkiStoreGroup Dim storeName As String Dim value As PkiStoreInfo value = instance.GetStoreInfo(storeName)
[NotNull()] PkiStoreInfo GetStoreInfo( string storeName )
[NotNull()] PkiStoreInfo^ GetStoreInfo( String^ storeName )
Parameters
- storeName
- Specifies the name of the PKI store for which the information should be obtained.