1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
|
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.IdentityModel.Selectors</name>
</assembly>
<members>
<member name="M:System.IdentityModel.Selectors.CardSpaceException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.CardSpaceException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.CardSpaceException" /> class with serialized data.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.CardSpaceException" /> class with the specified error message. </summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.CardSpaceException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The <see cref="T:System.Exception" /> that represents the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpacePolicyElement.#ctor(System.Xml.XmlElement,System.Xml.XmlElement,System.Collections.ObjectModel.Collection{System.Xml.XmlElement},System.Uri,System.Int32,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.CardSpacePolicyElement" /> class using the specified target and issuer of the policy, the policy parameters, privacy notice location, and the privacy notice version.</summary>
<param name="target">An <see cref="T:System.Xml.XmlElement" /> that represents the target of this policy.Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Target" /> property.</param>
<param name="issuer">An <see cref="T:System.Xml.XmlElement" /> that represents the policy issuer. Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Issuer" /> property.</param>
<param name="parameters">A <see cref="T:System.Collections.ObjectModel.Collection`1" /> of type <see cref="T:System.Xml.XmlElement" /> that represents the parameters for this element. Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Parameters" /> property.</param>
<param name="privacyNoticeLink">The <see cref="T:System.Uri" /> where the privacy policy is located. Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.PolicyNoticeLink" /> property.</param>
<param name="privacyNoticeVersion">The version of the privacy information. Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.PolicyNoticeVersion" /> property.</param>
<param name="isManagedIssuer">
<see langword="true" /> if the issuer is managed; otherwise <see langword="false" />. Sets the <see cref="P:System.IdentityModel.Selectors.CardSpacePolicyElement.IsManagedIssuer" /> property.</param>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceSelector.GetToken(System.IdentityModel.Selectors.CardSpacePolicyElement[],System.IdentityModel.Selectors.SecurityTokenSerializer)">
<summary>Generates a security token using the CardSpace system and the specified policy chain and token serializer. </summary>
<param name="policyChain">An array of <see cref="T:System.IdentityModel.Selectors.CardSpacePolicyElement" /> that describes the federated security chain that the client requires a final token to unwind.</param>
<param name="tokenSerializer">A <see cref="T:System.IdentityModel.Selectors.SecurityTokenSerializer" /> that can read a <see langword="KeyInfo" /> clause.</param>
<returns>A <see cref="T:System.IdentityModel.Tokens.GenericXmlSecurityToken" /> that represents the generated security token.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="policyChain" /> is <see langword="null" />.-or-
<paramref name="policyChain" /> is zero length.-or-
<paramref name="tokenSerializer" /> is <see langword="null" />.</exception>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceSelector.GetToken(System.Xml.XmlElement,System.Collections.Generic.IEnumerable{System.Xml.XmlElement},System.Xml.XmlElement,System.IdentityModel.Selectors.SecurityTokenSerializer)">
<summary>Generates a security token using the CardSpace system and the specified endpoint, policy, token issuer, and token serializer.</summary>
<param name="endpoint">An <see cref="T:System.Xml.XmlElement" /> that represents the endpoint address of the recipient where the token is presented.</param>
<param name="policy">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of type <see cref="T:System.Xml.XmlElement" /> that contains a policy fragment that specifies the token types and claims that are requested by the recipient.</param>
<param name="requiredRemoteTokenIssuer">An <see cref="T:System.Xml.XmlElement" /> that represents the issuer of the token.</param>
<param name="tokenSerializer">A <see cref="T:System.IdentityModel.Selectors.SecurityTokenSerializer" /> that can read a <see langword="KeyInfo" /> clause.</param>
<returns>A <see cref="T:System.IdentityModel.Tokens.GenericXmlSecurityToken" /> that represents the generated security token.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="endpoint" /> is <see langword="null" />.-or-
<paramref name="policy" /> is <see langword="null" />.-or-
<paramref name="tokenSerializer" /> is <see langword="null" />.</exception>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceSelector.Import(System.String)">
<summary>Displays the <paramref name="Import Card" /> user interface.</summary>
<param name="fileName">The name of the file to import.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="fileName" /> is <see langword="null" />.-or-
<paramref name="fileName" /> is <see cref="F:System.String.Empty" />.</exception>
</member>
<member name="M:System.IdentityModel.Selectors.CardSpaceSelector.Manage">
<summary>Displays the CardSpace management user interface that allows the user to create, delete, rename, and modify the card.</summary>
</member>
<member name="M:System.IdentityModel.Selectors.IdentityValidationException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.IdentityValidationException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.IdentityValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.IdentityValidationException" /> class using the specified serialization information and serialization context.</summary>
<param name="info">
<see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.IdentityValidationException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.IdentityValidationException" /> class with the specified error message.</summary>
<param name="message">A string that contains the error message that explains the reason for the exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.IdentityValidationException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.IdentityValidationException" /> class with the specified error message and the original exception that caused this exception to be thrown.</summary>
<param name="message">A string that contains the error message that explains the reason for the exception. </param>
<param name="innerException">The original exception that caused this exception to be thrown.</param>
</member>
<member name="M:System.IdentityModel.Selectors.PolicyValidationException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.PolicyValidationException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.PolicyValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.PolicyValidationException" /> class with serialization information and streaming context specified. </summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.PolicyValidationException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.PolicyValidationException" /> class with the specified error message.</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.PolicyValidationException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.PolicyValidationException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceBusyException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceBusyException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceBusyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceBusyException" /> class with serialization information and streaming context specified.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceBusyException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceBusyException" /> class with the specified error message. </summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceBusyException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceBusyException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceNotStartedException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceNotStartedException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceNotStartedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceNotStartedException" /> class with serialized data.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceNotStartedException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceNotStartedException" /> class with the specified error message. </summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.ServiceNotStartedException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.ServiceNotStartedException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.StsCommunicationException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.IdentityModel.Selectors.StsCommunicationException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.StsCommunicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.StsCommunicationException" /> class with serialized data. </summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.StsCommunicationException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.StsCommunicationException" /> class with the specified error message.</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.StsCommunicationException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.StsCommunicationException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException" /> class with the specified serialization information and streaming context.</summary>
<param name="info">
<see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception that is being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param>
</member>
<member name="M:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException" /> class with the specified error message.</summary>
<param name="message">The error message.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException" /> class with the specified error message and the original exception that caused this exception to be thrown.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The original exception that caused this exception to be thrown.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UntrustedRecipientException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UntrustedRecipientException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.UntrustedRecipientException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UntrustedRecipientException" /> class with serialized data.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UntrustedRecipientException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UntrustedRecipientException" /> class with the specified error message. </summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UntrustedRecipientException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UntrustedRecipientException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UserCancellationException.#ctor">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UserCancellationException" /> class. </summary>
</member>
<member name="M:System.IdentityModel.Selectors.UserCancellationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UserCancellationException" /> class with serialized data.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UserCancellationException.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UserCancellationException" /> class with the specified error message. </summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:System.IdentityModel.Selectors.UserCancellationException.#ctor(System.String,System.Exception)">
<summary>Initializes an instance of the <see cref="T:System.IdentityModel.Selectors.UserCancellationException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.IsManagedIssuer">
<summary>Gets or sets a value that indicates whether the issuer of the policy is a managed issuer.</summary>
<returns>
<see langword="true" /> if the issuer is managed; otherwise <see langword="false" />.</returns>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Issuer">
<summary>Gets or sets the policy issuer.</summary>
<returns>An <see cref="T:System.Xml.XmlElement" /> that represents the policy issuer.</returns>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Parameters">
<summary>Gets a collection of XML elements that represent the parameters for this element.</summary>
<returns>A <see cref="T:System.Collections.ObjectModel.Collection`1" /> of type <see cref="T:System.Xml.XmlElement" /> that represents the parameters for this element.</returns>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.PolicyNoticeLink">
<summary>Gets or sets the URI for the privacy information of this policy.</summary>
<returns>The <see cref="T:System.Uri" /> where the privacy policy is located. </returns>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.PolicyNoticeVersion">
<summary>Gets or sets the version of the privacy information.</summary>
<returns>The version of the privacy information.</returns>
</member>
<member name="P:System.IdentityModel.Selectors.CardSpacePolicyElement.Target">
<summary>Gets or sets the target of this policy.</summary>
<returns>An <see cref="T:System.Xml.XmlElement" /> that represents the target of this policy.</returns>
</member>
<member name="T:System.IdentityModel.Selectors.CardSpaceException">
<summary>The exception that is thrown when one or more exceptions have occurred at the CardSpace service level. The cause of the error will be logged in the event log.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.CardSpacePolicyElement">
<summary>This class is intended for use by the infrastructure.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.CardSpaceSelector">
<summary>Provides access to all CardSpace public operations that are supported in managed code.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.IdentityValidationException">
<summary>Exception class to indicate that the recipient certificate was not valid.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.PolicyValidationException">
<summary>Exception class to indicate that the policy supplied by the recipient could not be validated.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.ServiceBusyException">
<summary>Exception class to indicate that the CardSpace service is busy processing other requests.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.ServiceNotStartedException">
<summary>The exception that is thrown when CardSpace has not been started on the user's computer.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.StsCommunicationException">
<summary>The exception that is thrown when there is a problem communicating with the security token service.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.UnsupportedPolicyOptionsException">
<summary>Indicates that a policy was provided to the system that included options that were unsupported.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.UntrustedRecipientException">
<summary>The exception that is thrown when the user decides not to trust the entity that is requesting a token after reviewing the information from their certificate.</summary>
</member>
<member name="T:System.IdentityModel.Selectors.UserCancellationException">
<summary>The exception that is thrown when the user cancels an operation during the <see cref="M:System.IdentityModel.Selectors.CardSpaceSelector.GetToken(System.IdentityModel.Selectors.CardSpacePolicyElement[],System.IdentityModel.Selectors.SecurityTokenSerializer)" /> call.</summary>
</member>
</members>
</doc>
|