Msr.CapDataEncryption Property

2/27/2008

Gets a bitwise indication of the encryption algorithms supported by the device and is selectable via the DataEncryptionAlgorithm property.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CapDataEncryption As EncryptionAlgorithm
public virtual EncryptionAlgorithm CapDataEncryption { get; }
public:
virtual property EncryptionAlgorithm CapDataEncryption {
    EncryptionAlgorithm get ();
}
/** @property */
public EncryptionAlgorithm get_CapDataEncryption ()
public function get CapDataEncryption () : EncryptionAlgorithm

Remarks

This property is initialized by the Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace