System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationElement
To be added.
Represents a configuration element that specifies the token issued as a service credential. This class cannot be inherited.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("allowedAudienceUris")
System.ServiceModel.Configuration.AllowedAudienceUriElementCollection
To be added.
For more information on this property, see <allowedAudienceUris>
Gets a collection of audience URIs that are allowed in the element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("allowUntrustedRsaIssuers", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
Certificates are signed by certification authorities (CAs) to verify authenticity. An untrusted issuer is a CA that is not specified to be trusted to sign certificates.
Gets or sets a value that specifies whether untrusted RSA certificate issuers are allowed.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("audienceUriMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.IdentityModel.Selectors.AudienceUriMode
To be added.
To be added.
Gets or sets a value that specifies whether the security token's should be validated.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("certificateValidationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.ServiceModel.Security.X509CertificateValidationMode
To be added.
To be added.
Gets or sets the certificate validation mode.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Configuration.StringValidator(MinLength=0)
System.String
To be added.
To be added.
Gets or sets the type and assembly used to validate a custom type.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("knownCertificates", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.X509CertificateTrustedIssuerElementCollection
To be added.
To be added.
Gets a collection of configuration elements that specify certificates issued by a trusted issuer.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("revocationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Security.Cryptography.X509Certificates.X509RevocationMode
To be added.
To be added.
Gets or sets the revocation mode that specifies whether a revocation check occurs, and if it is performed online or offline.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("samlSerializerType", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)
System.String
To be added.
To be added.
Gets or sets the type of that is used for the service credential.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Security.Cryptography.X509Certificates.StoreLocation
To be added.
To be added.
Gets or sets the location of the X.509 certificate store.