Gets or sets the name of the user asymmetric key.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public string AsymmetricKey { get; set; }
Visual Basic (Declaration)
Public Property AsymmetricKey As String
Visual C++
public:
property String^ AsymmetricKey {
	String^ get ();
	void set (String^ value);
}

See Also