Return a collection of string representations of object identifiers supported by this challenge handler implementation, in dot-separated notation. For example: 1.3.5.1.5.2

Return Value

a collection of string representations of object identifiers supported by this challenge handler implementation.

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property SupportedOids As List(Of String)
	Get
C#
public abstract List<string> SupportedOids { get; }
Visual C++
public:
virtual property List<String^>^ SupportedOids {
	List<String^>^ get () abstract;
}

See Also