ClientAssertionType Property |
Gets the assertion type.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string Type { get; }
Public ReadOnly Property Type As String
Get
/** @property */
public String get_Type()
function get Type () : String
Return Value
Type:
StringThe assersion type.
See Also