System.ServiceModel
4.0.0.0
System.Object
This class allows the user to control how SAML tokens presented to the service get authenticated.
Allows a service to configure properties associated with the federated credential presented by the client.
Property
4.0.0.0
System.Collections.Generic.IList<System.String>
To be added.
To be added.
Gets a collection of strings that specify named users of a service.
Property
4.0.0.0
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether to allow untrusted RSA token issuers.
Property
4.0.0.0
System.IdentityModel.Selectors.AudienceUriMode
To be added.
Enumerated values for the property include Never, Always, and BearerKeyOnly. The default value is Always.
Gets an enumerated value that indicates whether the audience restriction condition should be validated.
Property
4.0.0.0
System.ServiceModel.Security.X509CertificateValidationMode
To be added.
To be added.
Gets or sets the certificate validation mode.
Property
4.0.0.0
System.IdentityModel.Selectors.X509CertificateValidator
To be added.
To be added.
Gets or sets a custom X.509 certificate validator.
Property
4.0.0.0
System.Collections.Generic.IList<System.Security.Cryptography.X509Certificates.X509Certificate2>
To be added.
To be added.
Gets a list of known certificates.
Property
4.0.0.0
System.Security.Cryptography.X509Certificates.X509RevocationMode
To be added.
The is used to specify whether a revocation check occurs and if it is performed online or offline.
Gets or sets the revocation mode.
Property
4.0.0.0
System.IdentityModel.Tokens.SamlSerializer
To be added.
The issued tokens that this class uses are SAML tokens. indigo1 provides a default class that is able to serialize and deserialize the majority of SAML tokens. If the service must process SAML tokens that contain elements that are not supported by the default serializer, this property can be used to provide a custom serializer capable of processing these elements.
Gets or sets the custom for issued service credentials.
Property
4.0.0.0
System.Security.Cryptography.X509Certificates.StoreLocation
To be added.
To be added.
Gets or sets the trusted store location.