Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The InstalledApplication type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InstalledApplication |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccessRules |
A list of access rules that are applied to the application.
(Inherited from SecuredApplication.) | |
| AlternateBaseAddresses |
The alternal base addresses for the endpoints exposed by server applications.
(Inherited from SecuredApplication.) | |
| ApplicationCertificate |
The thumbprints for the application instance certificates.
(Inherited from SecuredApplication.) | |
| ApplicationType |
The type of application.
(Inherited from SecuredApplication.) | |
| BaseAddresses |
The base addresses for the endpoints exposed by server applications.
(Inherited from SecuredApplication.) | |
| ConfigurationFile |
The location of the application configuration file.
(Inherited from SecuredApplication.) | |
| ConfigureFirewall |
Whether to configure the firewall to allow access to the server endpoints.
| |
| DeleteCertificatesOnUninstall |
Whether the application instance certficates should be deleted during uninstall.
| |
| Dirty |
Indicates that the application has changed and may need to be saved.
(Inherited from SecuredApplication.) | |
| DiscoveryEndpoints |
The discovery servers available on the network.
(Inherited from SecuredApplication.) | |
| ExecutableFile |
The location of the primary application executable file.
(Inherited from SecuredApplication.) | |
| InstallAsService |
Whether to install the application as a service.
| |
| LifeTimeInMonths |
Gets or sets the lifetime when creating an application certificate.
| |
| LocallyRegisterOIDs |
Locally register the OIDs needed to access the certificate.
| |
| MinimumKeySize |
Gets or sets the minimum size of the key when creating an application certificate.
| |
| Name |
The display name for the application.
(Inherited from SecuredApplication.) | |
| ProductName |
The display name for the product.
(Inherited from SecuredApplication.) | |
| RegistrationEndpoint |
The endpoint to used when registering with the local discovery server.
(Inherited from SecuredApplication.) | |
| RejectedCertificatesStore |
The path to the directory where rejected certificates are place pending approval by the administrator.
(Inherited from SecuredApplication.) | |
| ServiceDescription |
The description for the service.
| |
| ServicePassword |
The password for the user account that the service uses.
| |
| ServiceStartMode |
The start mode for the service.
| |
| ServiceUserName |
The user account to run the service under.
| |
| SetConfigurationFilePermisions |
Whether to set the permissions on the configuration file.
| |
| SetExecutableFilePermisions |
Whether to set the permissions on the executable file.
| |
| TraceConfiguration |
Gets or sets the trace configuration to use during installation.
| |
| TrustedIssuerCertificates |
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.) | |
| TrustedIssuerStore |
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.) | |
| TrustedPeerCertificates |
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.) | |
| TrustedPeerStore |
A list of certificates for peers that are trusted by the application.
(Inherited from SecuredApplication.) | |
| Uri |
The globally unique identifier for the application instance.
(Inherited from SecuredApplication.) | |
| UseDefaultCertificateStores |
Whether the application should use the default certificate stores.
| |
| WellKnownDiscoveryUrls |
The well known urls to use for discovery.
(Inherited from SecuredApplication.) |