ServiceProviderSingleSignOnDescriptor 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 descriptor for a Service Provider SSO (SPSSO).
public ref class ServiceProviderSingleSignOnDescriptor : System::IdentityModel::Metadata::SingleSignOnDescriptor
public class ServiceProviderSingleSignOnDescriptor : System.IdentityModel.Metadata.SingleSignOnDescriptor
type ServiceProviderSingleSignOnDescriptor = class
inherit SingleSignOnDescriptor
Public Class ServiceProviderSingleSignOnDescriptor
Inherits SingleSignOnDescriptor
- Inheritance
Constructors
ServiceProviderSingleSignOnDescriptor() |
Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class. |
ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary) |
Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class that has the specified dictionary of indexed endpoints. |
Properties
ArtifactResolutionServices |
Gets an IndexedProtocolEndpointDictionary object that contains the indexed endpoints for the artifact resolution services. (Inherited from SingleSignOnDescriptor) |
AssertionConsumerServices |
Gets the IndexedProtocolEndpointDictionary that contains the indexed endpoints that support the profiles of the Authentication Request protocol that is defined in [SAMLProf]. |
AuthenticationRequestsSigned |
Gets or sets a value that indicates whether requests sent by the service provider will be signed. |
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) |
NameIdentifierFormats |
Gets the collection of URIs that represent the supported name identifier formats. (Inherited from SingleSignOnDescriptor) |
Organization |
Gets or sets the Organization. (Inherited from RoleDescriptor) |
ProtocolsSupported |
Gets the collection of protocols supported. (Inherited from RoleDescriptor) |
SingleLogoutServices |
Gets a collection of single logout service endpoints. (Inherited from SingleSignOnDescriptor) |
ValidUntil |
Gets or sets the expiration time. (Inherited from RoleDescriptor) |
WantAssertionsSigned |
Gets or sets a value that indicates whether assertions received by the service provider should be signed. |
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) |