Saml2AuthorizationDecisionStatement.Actions Właściwość

Definicja

Pobiera lub ustawia zestaw akcji, które mają być wykonywane na określonym zasobie.

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

Wartość właściwości

Kolekcja typu Saml2Action określająca autoryzowane akcje.

Uwagi

Odpowiada elementowi podrzędnym <saml:Actions> . Aby uzyskać więcej informacji na temat elementu reprezentowanego przez tę klasę, zobacz następującą specyfikację: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0(Aseracje i protokoły dla języka SAML) 2.0.

Dotyczy