Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The SecuredApplication type exposes the following members.

Constructors

  NameDescription
Public methodSecuredApplication
The default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessRules
A list of access rules that are applied to the application.
Public propertyAlternateBaseAddresses
The alternal base addresses for the endpoints exposed by server applications.
Public propertyApplicationCertificate
The thumbprints for the application instance certificates.
Public propertyApplicationType
The type of application.
Public propertyBaseAddresses
The base addresses for the endpoints exposed by server applications.
Public propertyConfigurationFile
The location of the application configuration file.
Public propertyDirty
Indicates that the application has changed and may need to be saved.
Public propertyDiscoveryEndpoints
The discovery servers available on the network.
Public propertyExecutableFile
The location of the primary application executable file.
Public propertyName
The display name for the application.
Public propertyProductName
The display name for the product.
Public propertyRegistrationEndpoint
The endpoint to used when registering with the local discovery server.
Public propertyRejectedCertificatesStore
The path to the directory where rejected certificates are place pending approval by the administrator.
Public propertyTrustedIssuerCertificates
A list of certificates for peers that are trusted by the application.
Public propertyTrustedIssuerStore
A list of certificates for peers that are trusted by the application.
Public propertyTrustedPeerCertificates
A list of certificates for peers that are trusted by the application.
Public propertyTrustedPeerStore
A list of certificates for peers that are trusted by the application.
Public propertyUri
The globally unique identifier for the application instance.
Public propertyWellKnownDiscoveryUrls
The well known urls to use for discovery.

See Also