Share via


AzManAuthorizationProviderData.StoreLocation Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Location of the authorization store, Active Directory or xml file.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan (in Microsoft.Practices.EnterpriseLibrary.Security.AzMan.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("storeLocation")> _
PublicPropertyStoreLocationAs String
[ConfigurationPropertyAttribute("storeLocation")]
public string StoreLocation { get; set; }
[ConfigurationPropertyAttribute(L"storeLocation")]
public:
property String^ StoreLocation {
    String^ get ();
    voidset (String^ value);
}
publicfunction getStoreLocation () : String
publicfunction setStoreLocation (value : String)

Remarks

Absolute file paths are required for xml storage. View this link for more information about the expected format https://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/azauthorizationstore\_initialize.asp.

See Also

AzManAuthorizationProviderData Class

Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.