KeyMaster.NET
MappingData Property
KeyMaster.NETCaplin.KeyMasterAuthenticationParametersMappingData
Gets or sets the mapping data.
Declaration Syntax
C#Visual BasicVisual C++
public IDictionary<string, string> MappingData { get; set; }
Public Property MappingData As IDictionary(Of String, String)
public:
virtual property IDictionary<String^, String^>^ MappingData {
	IDictionary<String^, String^>^ get () sealed;
	void set (IDictionary<String^, String^>^ value) sealed;
}
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)