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