 | SwaggerDocumentSecurityDefinitions Property |
Gets or sets the security definitions
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic Dictionary<string, SwaggerSecurityDefinition> SecurityDefinitions { get; set; }Public Property SecurityDefinitions As Dictionary(Of String, SwaggerSecurityDefinition)
Get
Set
public:
property Dictionary<String^, SwaggerSecurityDefinition^>^ SecurityDefinitions {
Dictionary<String^, SwaggerSecurityDefinition^>^ get ();
void set (Dictionary<String^, SwaggerSecurityDefinition^>^ value);
}member SecurityDefinitions : Dictionary<string, SwaggerSecurityDefinition> with get, set
Property Value
DictionaryString,
SwaggerSecurityDefinition
See Also