CreateDecryptor(String,StoreName,StoreLocation) Method
See Also 
SourceCode.Security.Cryptography Namespace > AsymmetricProtector Class > CreateDecryptor Method : CreateDecryptor(String,StoreName,StoreLocation) Method



thumbprint
storeName
storeLocation

Glossary Item Box

Syntax

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) Copy Code
Dim thumbprint As String
Dim storeName As StoreName
Dim storeLocation As StoreLocation
Dim value As IAsymmetricDecryptor
 
value = AsymmetricProtector.CreateDecryptor(thumbprint, storeName, storeLocation)
C++/CLI  
public:
static IAsymmetricDecryptor^ CreateDecryptor( 
   String^ thumbprint,
   StoreName storeName,
   StoreLocation storeLocation
) 

Parameters

thumbprint
storeName
storeLocation

Requirements

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

See Also