Visual Basic (Declaration) | |
---|---|
Public Overridable Sub ApplyAllEncryptors() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void ApplyAllEncryptors() |
C++/CLI | |
---|---|
public: virtual void ApplyAllEncryptors(); |
Use the CanApplyAllEncryptors property to determine whether you can currently call this method.
This method will call the AnnEncryptObjectAnnEncryptObject.Apply method for all AnnEncryptObject objects that have the AnnEncryptObject.CanEncrypt value set to true.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family