| SecurityDevicePublicKey Property |
Gets the public key of the security device
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string PublicKey { get; set; }
Public Property PublicKey As String
Get
Set
public:
property String^ PublicKey {
String^ get ();
void set (String^ value);
}
member PublicKey : string with get, set
Property Value
Type:
StringSee Also