| ServiceCertificateConfigurationStoreName Property |
Gets or sets the name of the store.
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string StoreName { get; set; }
Public Property StoreName As String
Get
Set
public:
virtual property String^ StoreName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StoreName : string with get, set
override StoreName : string with get, set
Property Value
Type:
StringThe name of the store.
Implements
IRestClientCertificateDescriptionStoreNameSee Also