| BasicAuthorizationConfigurationSectionAllowedClientClaims Property |
Allowed claims
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public ObservableCollection<string> AllowedClientClaims { get; set; }
Public Property AllowedClientClaims As ObservableCollection(Of String)
Get
Set
public:
property ObservableCollection<String^>^ AllowedClientClaims {
ObservableCollection<String^>^ get ();
void set (ObservableCollection<String^>^ value);
}
member AllowedClientClaims : ObservableCollection<string> with get, set
Property Value
Type:
ObservableCollectionStringSee Also