Saml2AuthenticationContext.AuthenticatingAuthorities Propriedade

Definição

Obtém uma coleção de zero ou mais URIs (identificadores exclusivos) de autoridades de autenticação que estavam envolvidas na autenticação da entidade de segurança (não incluindo o emissor de declaração, que presumidamente esteve envolvido sem ter sido explicitamente incluído na coleção).Gets a collection of zero or more unique identifiers (URIs) of authentication authorities that were involved in the authentication of the principal (not including the assertion issuer, who is presumed to have been involved without being explicitly included in the collection). [Saml2Core, 2.7.2.2][Saml2Core, 2.7.2.2]

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

Valor da propriedade

Collection<Uri>

Uma coleção de URIs que identificam as autoridades de autenticação envolvidas na autenticação da entidade de segurança.A collection of URIs that identify the authenticating authorities that were involved in the authentication of the principal.

Comentários

O elemento AuthenticationAuthorities.The AuthenticationAuthorities element.

Aplica-se a