DatabaseLocationRsaPublicXmlKey Property |
The rsaPublicXmlKey data field is not persisted but can be set and read with this property
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public string RsaPublicXmlKey { get; set; }
Public Property RsaPublicXmlKey As String
Get
Set
public:
property String^ RsaPublicXmlKey {
String^ get ();
void set (String^ value);
}
member RsaPublicXmlKey : string with get, set
Property Value
Type:
StringSee Also