KeyMaster.NET
MappingData Property
KeyMaster.NETCaplin.KeyMasterIAuthenticationParametersMappingData
Gets or sets the mapping data.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, string> MappingData { get; set; }
Property MappingData As IDictionary(Of String, String)
property IDictionary<String^, String^>^ MappingData {
	IDictionary<String^, String^>^ get ();
	void set (IDictionary<String^, String^>^ value);
}
Value
The mapping data.
Remarks
Mapping data will be signed and its values will be available for use in Liberator mappings using %{key}. Keys may only contain alphanumeric, underscore and full stop characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the supplied value is null.

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