KeyMaster.NET
SubjectMapping Constructor (mapFromPattern, mapToPattern)
KeyMaster.NETCaplin.KeyMaster.PermissioningSubjectMappingSubjectMapping(String, String)
Initializes a new instance of the SubjectMapping class.
Declaration Syntax
C#Visual BasicVisual C++
public SubjectMapping(
	string mapFromPattern,
	string mapToPattern
)
Public Sub New ( _
	mapFromPattern As String, _
	mapToPattern As String _
)
public:
SubjectMapping(
	String^ mapFromPattern, 
	String^ mapToPattern
)
Parameters
mapFromPattern (String)
The pattern that will match a request for a subject. See the MapFromPattern property.
mapToPattern (String)
The pattern that client requests matching mapFromPattern will be mapped to. See the MapToPattern property.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.2.0 (5.0.2.0)