Gets or sets user certificate name.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string Certificate { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Certificate As String |
Visual C++ |
---|
public: property String^ Certificate { String^ get (); void set (String^ value); } |