Desktop Functions: Smart Device Functions:
|
Search Results for "CryptEnumProviderTypes" in [All]advapi32
public static extern bool CryptEnumProviderTypes(
while ([PKI.CSP]::CryptEnumProviderTypes($dwIndex,0,0,[ref]$pdwProvType,$null,[ref]$pcbTypeName)) {
if ([PKI.CSP]::CryptEnumProviderTypes($dwIndex++,0,0,[ref]$pdwProvType,$pszTypeName,[ref]$pcbTypeName)) { |