{CompanyName} FlexyGo

Encryption..::..IsEncrypted Method

Determines whether the specified data is encrypted.

Namespace:  FLEXYGO.Utilities.Cryptography
Assembly:  flxEncryption (in flxEncryption.dll)

Syntax


public bool IsEncrypted(
	string aData
)
Public Function IsEncrypted ( _
	aData As String _
) As Boolean

Parameters

aData
Type: String
A data.

Return Value

true if the specified a data is encrypted; otherwise, false.