ServiceProviderSingleSignOnDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義服務提供者 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
- 繼承
建構函式
ServiceProviderSingleSignOnDescriptor() |
初始化 ServiceProviderSingleSignOnDescriptor 類別的新執行個體。 |
ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary) |
初始化 ServiceProviderSingleSignOnDescriptor 類別的新執行個體,這個執行個體具有指定的索引端點字典。 |
屬性
ArtifactResolutionServices |
取得 IndexedProtocolEndpointDictionary 物件,包含成品解析服務的索引端點。 (繼承來源 SingleSignOnDescriptor) |
AssertionConsumerServices |
取得 IndexedProtocolEndpointDictionary,其中包含支援 [SAMLProf] 中所定義的驗證要求通訊協定設定檔的索引端點。 |
AuthenticationRequestsSigned |
取得或設定值,指出是否會簽署服務提供者所傳送的要求。 |
Contacts |
取得 ContactPerson 的集合。 (繼承來源 RoleDescriptor) |
ErrorUrl |
取得或設定錯誤 URL。 (繼承來源 RoleDescriptor) |
Keys |
取得 KeyDescriptor 的集合。 (繼承來源 RoleDescriptor) |
NameIdentifierFormats |
取得 URI 集合,表示支援的名稱識別項格式。 (繼承來源 SingleSignOnDescriptor) |
Organization |
取得或設定 Organization。 (繼承來源 RoleDescriptor) |
ProtocolsSupported |
取得支援的通訊協定集合。 (繼承來源 RoleDescriptor) |
SingleLogoutServices |
取得單一登出服務端點的集合。 (繼承來源 SingleSignOnDescriptor) |
ValidUntil |
取得或設到期時間。 (繼承來源 RoleDescriptor) |
WantAssertionsSigned |
取得或設定值,指出是否應該簽署服務提供者所收到的判斷提示。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |