EndpointAuthorizationPolicy.EndpointId Property
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As EndpointAuthorizationPolicy Dim value As String value = instance.EndpointId
Syntax
'Declaration
Public ReadOnly Property EndpointId As String
public string EndpointId { get; }
public:
property String^ EndpointId {
String^ get ();
}
/** @property */
public String get_EndpointId ()
public function get EndpointId () : String
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
EndpointAuthorizationPolicy Class
EndpointAuthorizationPolicy Members
Microsoft.IdentityModel.Tokens Namespace