DatabaseLocationRsaSignature Property |
The rsaSignature 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 byte[] RsaSignature { get; set; }
Public Property RsaSignature As Byte()
Get
Set
public:
property array<unsigned char>^ RsaSignature {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member RsaSignature : byte[] with get, set
Property Value
Type:
ByteSee Also