Click or drag to resize

SelfHostingServiceSecurityPolicy Property

Gets or sets the FullName of IAuthorizationPolicy to be used for securing all web service Endpoints.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public string SecurityPolicy { get; set; }
View Source

Property Value

String

Implements

ISelfHostingServiceSecurityPolicy
See Also