SecurityConfiguration Members
Represents the <security> configuration element.
The following tables list the members exposed by the SecurityConfiguration type.
Public Constructors
Name | Description | |
---|---|---|
SecurityConfiguration | Initializes a new instance of the SecurityConfiguration class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
AllowTestRoot | Specifies whether WSE modifies the trust verification process to allow X.509 certificates signed by a test root to pass the verification. | |
DefaultTtlInSeconds | Gets the default number of seconds that a SOAP message is valid after its creation. | |
ElementInformation | (Inherited from ConfigurationElement ) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement ) | |
LockAllElementsExcept | (Inherited from ConfigurationElement ) | |
LockAttributes | (Inherited from ConfigurationElement ) | |
LockElements | (Inherited from ConfigurationElement ) | |
LockItem | (Inherited from ConfigurationElement ) | |
MaxEncryptedItems | Gets the maximum number of items that are encrypted in an incoming SOAP message. | |
MaxSignedItems | Gets the maximum number of items that are digitally signed in an incoming SOAP message. | |
MaxTokens | Gets the maximum number of security tokens contained within an incoming SOAP message. | |
RevocationMode | ||
SkiMode | Gets the certificate ski mode that can be any of the following values: CAPI, RFC3280, or ThumbprintSHA1. | |
StoreLocation | Gets the location where WSE searches for X.509 certificates when it attempts to retrieve or verify a certificate. | |
TimeToleranceInSeconds | Gets the time buffer used by WSE to determine when a SOAP message is valid. | |
VerificationMode | ||
VerifyTrust | Gets a value that indicates whether WSE verifies that X.509 certificates used to sign a message have an issuer chain that extends to a trusted root authority. |
Top
Protected Properties
Name | Description | |
---|---|---|
ElementProperty | (Inherited from ConfigurationElement ) | |
EvaluationContext | (Inherited from ConfigurationElement ) | |
Item | Overloaded. (Inherited from ConfigurationElement ) | |
Properties | Overridden. Gets a collection with the values for the attributes of the <security> element. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from ConfigurationElement ) | |
GetHashCode | (Inherited from ConfigurationElement ) | |
GetType | (Inherited from Object ) | |
IsReadOnly | (Inherited from ConfigurationElement ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
DeserializeElement | (Inherited from ConfigurationElement ) | |
Finalize | (Inherited from Object ) | |
Init | (Inherited from ConfigurationElement ) | |
InitializeDefault | (Inherited from ConfigurationElement ) | |
IsModified | (Inherited from ConfigurationElement ) | |
ListErrors | (Inherited from ConfigurationElement ) | |
MemberwiseClone | (Inherited from Object ) | |
OnDeserializeUnrecognizedAttribute | (Inherited from ConfigurationElement ) | |
OnDeserializeUnrecognizedElement | (Inherited from ConfigurationElement ) | |
OnRequiredPropertyNotFound | (Inherited from ConfigurationElement ) | |
PostDeserialize | Overridden. Called after deserialization. | |
PreSerialize | (Inherited from ConfigurationElement ) | |
Reset | (Inherited from ConfigurationElement ) | |
ResetModified | (Inherited from ConfigurationElement ) | |
SerializeElement | (Inherited from ConfigurationElement ) | |
SerializeToXmlElement | (Inherited from ConfigurationElement ) | |
SetPropertyValue | (Inherited from ConfigurationElement ) | |
SetReadOnly | (Inherited from ConfigurationElement ) | |
Unmerge | (Inherited from ConfigurationElement ) |
Top
See Also
Reference
SecurityConfiguration Class
Microsoft.Web.Services3.Security.Configuration Namespace