Share via


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
public property AllowTestRoot Specifies whether WSE modifies the trust verification process to allow X.509 certificates signed by a test root to pass the verification.
public property DefaultTtlInSeconds Gets the default number of seconds that a SOAP message is valid after its creation.
public property ElementInformation  (Inherited from ConfigurationElement )
public property LockAllAttributesExcept  (Inherited from ConfigurationElement )
public property LockAllElementsExcept  (Inherited from ConfigurationElement )
public property LockAttributes  (Inherited from ConfigurationElement )
public property LockElements  (Inherited from ConfigurationElement )
public property LockItem  (Inherited from ConfigurationElement )
public property MaxEncryptedItems Gets the maximum number of items that are encrypted in an incoming SOAP message.
public property MaxSignedItems Gets the maximum number of items that are digitally signed in an incoming SOAP message.
public property MaxTokens Gets the maximum number of security tokens contained within an incoming SOAP message.
public property RevocationMode  
public property SkiMode Gets the certificate ski mode that can be any of the following values: CAPI, RFC3280, or ThumbprintSHA1.
public property StoreLocation Gets the location where WSE searches for X.509 certificates when it attempts to retrieve or verify a certificate.
public property TimeToleranceInSeconds Gets the time buffer used by WSE to determine when a SOAP message is valid.
public property VerificationMode  
public property 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
protected property ElementProperty  (Inherited from ConfigurationElement )
protected property EvaluationContext  (Inherited from ConfigurationElement )
protected property Item  Overloaded. (Inherited from ConfigurationElement )
protected property Properties Overridden. Gets a collection with the values for the attributes of the <security> element.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from ConfigurationElement )
public method GetHashCode  (Inherited from ConfigurationElement )
public method GetType  (Inherited from Object )
public method IsReadOnly  (Inherited from ConfigurationElement )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method DeserializeElement  (Inherited from ConfigurationElement )
protected method Finalize  (Inherited from Object )
protected method Init  (Inherited from ConfigurationElement )
protected method InitializeDefault  (Inherited from ConfigurationElement )
protected method IsModified  (Inherited from ConfigurationElement )
protected method ListErrors  (Inherited from ConfigurationElement )
protected method MemberwiseClone  (Inherited from Object )
protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement )
protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement )
protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement )
protected method PostDeserialize Overridden. Called after deserialization.
protected method PreSerialize  (Inherited from ConfigurationElement )
protected method Reset  (Inherited from ConfigurationElement )
protected method ResetModified  (Inherited from ConfigurationElement )
protected method SerializeElement  (Inherited from ConfigurationElement )
protected method SerializeToXmlElement  (Inherited from ConfigurationElement )
protected method SetPropertyValue  (Inherited from ConfigurationElement )
protected method SetReadOnly  (Inherited from ConfigurationElement )
protected method Unmerge  (Inherited from ConfigurationElement )

Top

See Also

Reference

SecurityConfiguration Class
Microsoft.Web.Services3.Security.Configuration Namespace

Other Resources

<security> Element
<x509> Element