SecurityTokenServiceDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a Service Descriptor for a security token service.
public ref class SecurityTokenServiceDescriptor : System::IdentityModel::Metadata::WebServiceDescriptor
public class SecurityTokenServiceDescriptor : System.IdentityModel.Metadata.WebServiceDescriptor
type SecurityTokenServiceDescriptor = class
inherit WebServiceDescriptor
Public Class SecurityTokenServiceDescriptor
Inherits WebServiceDescriptor
- Inheritance
Constructors
SecurityTokenServiceDescriptor() |
Initializes a new instance of the SecurityTokenServiceDescriptor class. |
Properties
ClaimTypesOffered |
Gets a collection of DisplayClaim that represents the claim types offered. (Inherited from WebServiceDescriptor) |
ClaimTypesRequested |
Gets a collection of DisplayClaim that represents the claim types requested. (Inherited from WebServiceDescriptor) |
Contacts |
Gets the collection of ContactPerson. (Inherited from RoleDescriptor) |
ErrorUrl |
Gets or sets the error URL. (Inherited from RoleDescriptor) |
Keys |
Gets the collection of KeyDescriptor. (Inherited from RoleDescriptor) |
Organization |
Gets or sets the Organization. (Inherited from RoleDescriptor) |
PassiveRequestorEndpoints |
Gets the collection of EndpointAddress that represents the passive requestor endpoints. |
ProtocolsSupported |
Gets the collection of protocols supported. (Inherited from RoleDescriptor) |
SecurityTokenServiceEndpoints |
Gets the collection of EndpointAddress that represents the endpoints of the security token service. |
ServiceDescription |
Gets or sets the service description. (Inherited from WebServiceDescriptor) |
ServiceDisplayName |
Gets or sets the service display name. (Inherited from WebServiceDescriptor) |
TargetScopes |
Gets a collection of EndpointAddress that represents the target scopes. (Inherited from WebServiceDescriptor) |
TokenTypesOffered |
Gets the collection of token types offered. (Inherited from WebServiceDescriptor) |
ValidUntil |
Gets or sets the expiration time. (Inherited from RoleDescriptor) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |