PageBase.FriendlyName Property

Gets the name of the STS service. This is intended to be used on the webpages to identify the STS.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim value As String

value = Me.FriendlyName

Syntax

'Declaration
Protected ReadOnly Property FriendlyName As String
protected string FriendlyName { get; }
protected:
property String^ FriendlyName {
    String^ get ();
}
/** @property */
protected String get_FriendlyName ()
protected function get FriendlyName () : String

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PageBase Class
PageBase Members
Microsoft.IdentityServer.Web.UI Namespace