Build 1.01.318.0

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

The InstalledApplication type exposes the following members.

Constructors

  NameDescription
Public methodInstalledApplication
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.
(Inherited from SecuredApplication.)
Public propertyAlternateBaseAddresses
The alternal base addresses for the endpoints exposed by server applications.
(Inherited from SecuredApplication.)
Public propertyApplicationCertificate
The thumbprints for the application instance certificates.
(Inherited from SecuredApplication.)
Public propertyApplicationType
The type of application.
(Inherited from SecuredApplication.)
Public propertyBaseAddresses
The base addresses for the endpoints exposed by server applications.
(Inherited from SecuredApplication.)
Public propertyConfigurationFile
The location of the application configuration file.
(Inherited from SecuredApplication.)
Public propertyConfigureFirewall
Whether to configure the firewall to allow access to the server endpoints.
Public propertyDeleteCertificatesOnUninstall
Whether the application instance certficates should be deleted during uninstall.
Public propertyDirty
Indicates that the application has changed and may need to be saved.
(Inherited from SecuredApplication.)
Public propertyDiscoveryEndpoints
The discovery servers available on the network.
(Inherited from SecuredApplication.)
Public propertyExecutableFile
The location of the primary application executable file.
(Inherited from SecuredApplication.)
Public propertyInstallAsService
Whether to install the application as a service.
Public propertyLifeTimeInMonths
Gets or sets the lifetime when creating an application certificate.
Public propertyLocallyRegisterOIDs
Locally register the OIDs needed to access the certificate.
Public propertyMinimumKeySize
Gets or sets the minimum size of the key when creating an application certificate.
Public propertyName
The display name for the application.
(Inherited from SecuredApplication.)
Public propertyProductName
The display name for the product.
(Inherited from SecuredApplication.)
Public propertyRegistrationEndpoint
The endpoint to used when registering with the local discovery server.
(Inherited from SecuredApplication.)
Public propertyRejectedCertificatesStore
The path to the directory where rejected certificates are place pending approval by the administrator.
(Inherited from SecuredApplication.)
Public propertyServiceDescription
The description for the service.
Public propertyServicePassword
The password for the user account that the service uses.
Public propertyServiceStartMode
The start mode for the service.
Public propertyServiceUserName
The user account to run the service under.
Public propertySetConfigurationFilePermisions
Whether to set the permissions on the configuration file.
Public propertySetExecutableFilePermisions
Whether to set the permissions on the executable file.
Public propertyTraceConfiguration
Gets or sets the trace configuration to use during installation.
Public propertyTrustedIssuerCertificates
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.)
Public propertyTrustedIssuerStore
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.)
Public propertyTrustedPeerCertificates
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.)
Public propertyTrustedPeerStore
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.)
Public propertyUri
The globally unique identifier for the application instance.
(Inherited from SecuredApplication.)
Public propertyUseDefaultCertificateStores
Whether the application should use the default certificate stores.
Public propertyWellKnownDiscoveryUrls
The well known urls to use for discovery.
(Inherited from SecuredApplication.)

See Also