Sdílet prostřednictvím


SamlAttribute.Namespace Vlastnost

Definice

Získá nebo nastaví obor názvů XML, ve kterém je definován název atributu SAML.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

Hodnota vlastnosti

Obor názvů XML, ve kterém je definován název atributu SAML.

Poznámky

Pokud chcete nastavit název atributu SAML, nastavte Name vlastnost .

Vlastnost Namespace odpovídá atributu AttributeNamespace elementu <AttributeDesignator> , který je definován v Assertions and Protocol pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro