Saml2Evidence.AssertionUriReferences Property

Definition

Gets the collection of assertions referenced by URI.

public:
 property System::Collections::ObjectModel::Collection<Uri ^> ^ AssertionUriReferences { System::Collections::ObjectModel::Collection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Uri> AssertionUriReferences { get; }
member this.AssertionUriReferences : System.Collections.ObjectModel.Collection<Uri>
Public ReadOnly Property AssertionUriReferences As Collection(Of Uri)

Property Value

A collection of type Uri that contains URIs that reference the assertions.

Applies to