Msr.DataEncryptionAlgorithm Property
2/27/2008
Gets and sets the encryption algorithm that will be used to encrypt the track data.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable Property DataEncryptionAlgorithm As EncryptionAlgorithm
public virtual EncryptionAlgorithm DataEncryptionAlgorithm { get; set; }
public:
virtual property EncryptionAlgorithm DataEncryptionAlgorithm {
EncryptionAlgorithm get ();
void set (EncryptionAlgorithm value);
}
/** @property */
public EncryptionAlgorithm get_DataEncryptionAlgorithm ()
/** @property */
public void set_DataEncryptionAlgorithm (EncryptionAlgorithm value)
public function get DataEncryptionAlgorithm () : EncryptionAlgorithm
public function set DataEncryptionAlgorithm (value : EncryptionAlgorithm)
Remarks
This property may be set to any of the supported encryption algorithms as defined in the CapDataEncryption property.
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.