The CardSpace Controls

XmlEncDecryptor.AddDecryptionCertificate Method (StoreName, StoreLocation, String)

Adds a certificate to the list of certificates to decrypt with.

[Visual Basic]
Overloads Public Shared Sub AddDecryptionCertificate( _
   ByVal StoreName As StoreName, _
   ByVal StoreLocation As StoreLocation, _
   ByVal String As String _
)
[C#]
public static void AddDecryptionCertificate(
   StoreName storeName,
   StoreLocation storeLocation,
   String thumbprint
);

Parameters

StoreName
store name of the certificate
StoreLocation
store location
String
thumbprint of the cert to use

See Also

XmlEncDecryptor Class | InformationCards Namespace | XmlEncDecryptor.AddDecryptionCertificate Overload List