Constable Authorization Engine 2.0 BETA

FilePolicyStore.CreateMoniker Method 

[This is preliminary documentation and subject to change.]

Creates a FileMoniker representing the file identified with the name parameter.

[Visual Basic]
Overrides Public Function CreateMoniker( _
   ByVal name As String _
) As PersistentMoniker
[C#]
public override PersistentMoniker CreateMoniker(
   string name
);

Parameters

name
The full path to a policy file.

Return Value

An instance of the FileMoniker class representing the file.

See Also

FilePolicyStore Class | LaMarvin.Constable.Design.Persistence Namespace