'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).