The CardSpace Controls

XmlEncDecryptor.AddDecryptionCertificates Method 

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

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

Parameters

StoreName
store name of the certificates
StoreLocation
store location

See Also

XmlEncDecryptor Class | InformationCards Namespace