共用方式為


FileRuleStore 建構函式

定義

多載

FileRuleStore(String)

public:
 FileRuleStore(System::String ^ location);
public FileRuleStore(string location);
new Microsoft.RuleEngine.FileRuleStore : string -> Microsoft.RuleEngine.FileRuleStore
Public Sub New (location As String)

參數

location
String

適用於

FileRuleStore(String, IRuleLanguageConverter)

public:
 FileRuleStore(System::String ^ location, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
public FileRuleStore(string location, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.FileRuleStore : string * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.FileRuleStore
Public Sub New (location As String, converter As IRuleLanguageConverter)

參數

location
String

適用於

FileRuleStore(String, WindowsIdentity)

public:
 FileRuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials);
public FileRuleStore(string location, System.Security.Principal.WindowsIdentity credentials);
new Microsoft.RuleEngine.FileRuleStore : string * System.Security.Principal.WindowsIdentity -> Microsoft.RuleEngine.FileRuleStore
Public Sub New (location As String, credentials As WindowsIdentity)

參數

location
String
credentials
WindowsIdentity

適用於

FileRuleStore(String, WindowsIdentity, IRuleLanguageConverter)

public:
 FileRuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
public FileRuleStore(string location, System.Security.Principal.WindowsIdentity credentials, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.FileRuleStore : string * System.Security.Principal.WindowsIdentity * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.FileRuleStore
Public Sub New (location As String, credentials As WindowsIdentity, converter As IRuleLanguageConverter)

參數

location
String
credentials
WindowsIdentity

適用於