Data Property

Summary

Gets or sets the authentication data value.

Syntax
C#
VB
C++
[ColumnAttribute(DbType="NText", UpdateCheck=1, Storage="_Data")] 
public string Data { get; set; } 
<ColumnAttribute(DbType:="NText", UpdateCheck:=1, Storage:="_Data")>  _ 
Public Overridable Property Data() As System.String 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"NText", UpdateCheck=1, Storage=L"_Data")] 
virtual property System.String^  Data 
{ 
 System.String^  get() 
 System::Void set(System.String^  value) 
} 

Property Value

The encrypted authentication data value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly