SecurityTokenServiceConfiguration.TokenIssuerName Property
Gets the issuer name so that it can be reflected in the issued token.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenServiceConfiguration Dim value As String value = instance.TokenIssuerName instance.TokenIssuerName = value
Syntax
'Declaration
Public Property TokenIssuerName As String
public string TokenIssuerName { get; set; }
public:
property String^ TokenIssuerName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TokenIssuerName ()
/** @property */
public void set_TokenIssuerName (String value)
public function get TokenIssuerName () : String
public function set TokenIssuerName (value : String)
Ausnahmen
Ausnahmetyp | Bedingung |
---|
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
SecurityTokenServiceConfiguration Class
SecurityTokenServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace