Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CreateDecryptor( _ ByVal thumbprint As String, _ Optional ByVal storeName As StoreName, _ Optional ByVal storeLocation As StoreLocation _ ) As IAsymmetricDecryptor |
Visual Basic (Usage) | ![]() |
---|---|
Dim thumbprint As String Dim storeName As StoreName Dim storeLocation As StoreLocation Dim value As IAsymmetricDecryptor value = AsymmetricProtector.CreateDecryptor(thumbprint, storeName, storeLocation) |
C# | |
---|---|
public static IAsymmetricDecryptor CreateDecryptor( string thumbprint, StoreName storeName, StoreLocation storeLocation ) |
C++/CLI | |
---|---|
public: static IAsymmetricDecryptor^ CreateDecryptor( String^ thumbprint, StoreName storeName, StoreLocation storeLocation ) |
Parameters
- thumbprint
- storeName
- storeLocation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2