| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>Opc.Ua.Gds.Client.Common</name>
- </assembly>
- <members>
- <member name="T:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventArgs">
- <summary>
- The arguments passed with a AdminCredentialsRequiredEventArgs event.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventArgs.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventArgs"/> class.
- </summary>
- </member>
- <member name="P:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventArgs.Credentials">
- <summary>
- Gets or sets the credentials.
- </summary>
- </member>
- <member name="P:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventArgs.CacheCredentials">
- <summary>
- Gets or sets a flag indicating the credentials should be cached.
- </summary>
- </member>
- <member name="T:Opc.Ua.Gds.Client.AdminCredentialsRequiredEventHandler">
- <summary>
- A delegate used to handle AdminCredentialsRequired events.
- </summary>
- </member>
- <member name="T:Opc.Ua.Gds.Client.GlobalDiscoveryClientConfiguration">
- <summary>
- Stores the configuration the data access node manager.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryClientConfiguration.#ctor">
- <summary>
- The default constructor.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryClientConfiguration.Initialize(System.Runtime.Serialization.StreamingContext)">
- <summary>
- Initializes the object during deserialization.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryClientConfiguration.Initialize">
- <summary>
- Sets private members to default values.
- </summary>
- </member>
- <member name="T:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient">
- <summary>
- A class that provides access to a Global Discovery Server.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.#ctor(Opc.Ua.Configuration.ApplicationInstance,System.String,Opc.Ua.IUserIdentity)">
- <summary>
- Initializes a new instance of the <see cref="T:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient"/> class.
- </summary>
- <param name="application">The application.</param>
- <param name="endpointUrl">The endpoint Url.</param>
- <param name="adminUserIdentity">The user identity for the administrator.</param>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Application">
- <summary>
- Gets the application.
- </summary>
- <value>
- The application.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.AdminCredentials">
- <summary>
- Gets or sets the admin credentials.
- </summary>
- <value>
- The admin credentials.
- </value>
- </member>
- <member name="E:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.AdminCredentialsRequired">
- <summary>
- Raised when admin credentials are required.
- </summary>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Session">
- <summary>
- Gets the session.
- </summary>
- <value>
- The session.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.EndpointUrl">
- <summary>
- Gets or sets the endpoint URL.
- </summary>
- <value>
- The endpoint URL.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.PreferredLocales">
- <summary>
- Gets or sets the preferred locales.
- </summary>
- <value>
- The preferred locales.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.IsConnected">
- <summary>
- Gets a value indicating whether a session is connected.
- </summary>
- <value>
- <c>true</c> if [is connected]; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetDefaultServerUrls(Opc.Ua.Gds.Client.LocalDiscoveryServerClient)">
- <summary>
- Returns list of servers known to the LDS, excluding GDS servers.
- </summary>
- <param name="lds">The LDS to use.</param>
- <returns>
- TRUE if successful; FALSE otherwise.
- </returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetDefaultGdsUrls(Opc.Ua.Gds.Client.LocalDiscoveryServerClient)">
- <summary>
- Returns list of GDS servers known to the LDS.
- </summary>
- <param name="lds">The LDS to use.</param>
- <returns>
- TRUE if successful; FALSE otherwise.
- </returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Connect">
- <summary>
- Connects using the default endpoint.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Connect(System.String)">
- <summary>
- Connects the specified endpoint URL.
- </summary>
- <param name="endpointUrl">The endpoint URL.</param>
- <exception cref="T:System.ArgumentNullException">endpointUrl</exception>
- <exception cref="T:System.ArgumentException">endpointUrl</exception>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Connect(Opc.Ua.ConfiguredEndpoint)">
- <summary>
- Connects the specified endpoint.
- </summary>
- <param name="endpoint">The endpoint.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.Disconnect">
- <summary>
- Disconnect the client connection.
- </summary>
- </member>
- <member name="E:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.KeepAlive">
- <summary>
- Occurs when keep alive occurs.
- </summary>
- </member>
- <member name="E:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.ServerStatusChanged">
- <summary>
- Occurs when the server status changes.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.FindApplication(System.String)">
- <summary>
- Finds the applications with the specified application uri.
- </summary>
- <param name="applicationUri">The application URI.</param>
- <returns>The matching application.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.QueryServers(System.UInt32,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
- <summary>
- Queries the GDS for any servers matching the criteria.
- </summary>
- <param name="maxRecordsToReturn">The max records to return.</param>
- <param name="applicationName">The filter applied to the application name.</param>
- <param name="applicationUri">The filter applied to the application uri.</param>
- <param name="productUri">The filter applied to the product uri.</param>
- <param name="serverCapabilities">The filter applied to the server capabilities.</param>
- <returns>A enumarator used to access the results.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.QueryServers(System.UInt32,System.UInt32,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
- <summary>
- Queries the GDS for any servers matching the criteria.
- </summary>
- <param name="startingRecordId">The id of the first record to return.</param>
- <param name="maxRecordsToReturn">The max records to return.</param>
- <param name="applicationName">The filter applied to the application name.</param>
- <param name="applicationUri">The filter applied to the application uri.</param>
- <param name="productUri">The filter applied to the product uri.</param>
- <param name="serverCapabilities">The filter applied to the server capabilities.</param>
- <returns>A enumerator used to access the results.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.QueryServers(System.UInt32,System.UInt32,System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.DateTime@)">
- <summary>
- Queries the GDS for any servers matching the criteria.
- </summary>
- <param name="startingRecordId">The id of the first record to return.</param>
- <param name="maxRecordsToReturn">The max records to return.</param>
- <param name="applicationName">The filter applied to the application name.</param>
- <param name="applicationUri">The filter applied to the application uri.</param>
- <param name="productUri">The filter applied to the product uri.</param>
- <param name="serverCapabilities">The filter applied to the server capabilities.</param>
- <param name="lastCounterResetTime">The time when the counter was last changed.</param>
- <returns>A enumerator used to access the results.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.QueryApplications(System.UInt32,System.UInt32,System.String,System.String,System.UInt32,System.String,System.Collections.Generic.IList{System.String},System.DateTime@,System.UInt32@)">
- <summary>
- Queries the GDS for any servers matching the criteria.
- </summary>
- <param name="startingRecordId">The id of the first record to return.</param>
- <param name="maxRecordsToReturn">The max records to return.</param>
- <param name="applicationName">The filter applied to the application name.</param>
- <param name="applicationUri">The filter applied to the application uri.</param>
- <param name="applicationType">The filter applied to the application uri.</param>
- <param name="productUri">The filter applied to the product uri.</param>
- <param name="serverCapabilities">The filter applied to the server capabilities.</param>
- <param name="lastCounterResetTime">The time when the counter was last changed.</param>
- <param name="nextRecordId">The id of the next record.</param>
- <returns>A enumerator used to access the results.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetApplication(Opc.Ua.NodeId)">
- <summary>
- Get the application record.
- </summary>
- <param name="applicationId">The application id.</param>
- <returns>The application record for the specified application id.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.RegisterApplication(Opc.Ua.Gds.ApplicationRecordDataType)">
- <summary>
- Registers the application.
- </summary>
- <param name="application">The application.</param>
- <returns>The application id assigned to the application.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.UpdateApplication(Opc.Ua.Gds.ApplicationRecordDataType)">
- <summary>
- Updates the application.
- </summary>
- <param name="application">The application.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.UnregisterApplication(Opc.Ua.NodeId)">
- <summary>
- Unregisters the application.
- </summary>
- <param name="applicationId">The application id.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.StartNewKeyPairRequest(Opc.Ua.NodeId,Opc.Ua.NodeId,Opc.Ua.NodeId,System.String,System.Collections.Generic.IList{System.String},System.String,System.String)">
- <summary>
- Requests a new certificate.
- </summary>
- <param name="applicationId">The application id.</param>
- <param name="certificateGroupId">The authority.</param>
- <param name="certificateTypeId">Type of the certificate.</param>
- <param name="subjectName">Name of the subject.</param>
- <param name="domainNames">The domain names.</param>
- <param name="privateKeyFormat">The private key format (PEM or PFX).</param>
- <param name="privateKeyPassword">The private key password.</param>
- <returns>
- The id for the request which is used to check when it is approved.
- </returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.StartSigningRequest(Opc.Ua.NodeId,Opc.Ua.NodeId,Opc.Ua.NodeId,System.Byte[])">
- <summary>
- Signs the certificate.
- </summary>
- <param name="applicationId">The application id.</param>
- <param name="certificateGroupId">The group of the trust list.</param>
- <param name="certificateTypeId">The type of the trust list.</param>
- <param name="certificateRequest">The certificate signing request (CSR).</param>
- <returns>The id for the request which is used to check when it is approved.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.FinishRequest(Opc.Ua.NodeId,Opc.Ua.NodeId,System.Byte[]@,System.Byte[][]@)">
- <summary>
- Checks the request status.
- </summary>
- <param name="applicationId">The application id.</param>
- <param name="requestId">The request id.</param>
- <param name="privateKey">The private key.</param>
- <param name="issuerCertificates">The issuer certificates.</param>
- <returns>The public key.</returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetCertificateGroups(Opc.Ua.NodeId)">
- <summary>
- Gets the certificate groups.
- </summary>
- <param name="applicationId">The application id.</param>
- <returns></returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetTrustList(Opc.Ua.NodeId,Opc.Ua.NodeId)">
- <summary>
- Gets the trust lists method.
- </summary>
- <param name="applicationId">The application id.</param>
- <param name="certificateGroupId">Type of the trust list.</param>
- <returns></returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.GetCertificateStatus(Opc.Ua.NodeId,Opc.Ua.NodeId,Opc.Ua.NodeId)">
- <summary>
- Gets the certificate status.
- </summary>
- <param name="applicationId">The application id.</param>
- <param name="certificateGroupId">Group of the trust list.</param>
- <param name="certificateTypeId">Type of the trust list.</param>
- <returns></returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.GlobalDiscoveryServerClient.ReadTrustList(Opc.Ua.NodeId)">
- <summary>
- Reads the trust list.
- </summary>
- </member>
- <member name="T:Opc.Ua.Gds.Client.RegisteredApplication">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ApplicationUri">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ApplicationName">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ProductUri">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.DiscoveryUrl">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ServerCapability">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ConfigurationFile">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.ServerUrl">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.CertificateStorePath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.CertificateSubjectName">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.CertificatePublicKeyPath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.CertificatePrivateKeyPath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.TrustListStorePath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.IssuerListStorePath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.HttpsCertificatePublicKeyPath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.HttpsCertificatePrivateKeyPath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.HttpsTrustListStorePath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.HttpsIssuerListStorePath">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.CertificateRequestId">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.Domains">
- <remarks/>
- </member>
- <member name="P:Opc.Ua.Gds.Client.RegisteredApplication.RegistrationType">
- <remarks/>
- </member>
- <member name="M:Opc.Ua.Gds.Client.RegisteredApplication.GetHttpsDomainName">
- <summary>
- Gets the name of the HTTPS domain for the application.
- </summary>
- <returns></returns>
- </member>
- <member name="T:Opc.Ua.Gds.Client.RegistrationType">
- <remarks/>
- </member>
- <member name="F:Opc.Ua.Gds.Client.RegistrationType.ClientPull">
- <remarks/>
- </member>
- <member name="F:Opc.Ua.Gds.Client.RegistrationType.ServerPull">
- <remarks/>
- </member>
- <member name="F:Opc.Ua.Gds.Client.RegistrationType.ServerPush">
- <remarks/>
- </member>
- <member name="T:Opc.Ua.Gds.Client.ServerCapabilities">
- <summary>
- The set known capability identifiers.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapabilities.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Opc.Ua.Gds.Client.ServerCapabilities"/> class.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapabilities.Load">
- <summary>
- Loads the default set of server capability identifiers.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapabilities.Load(System.IO.Stream)">
- <summary>
- Loads the set of server capability identifiers from the stream.
- </summary>
- <param name="istrm">The input stream.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapabilities.Find(System.String)">
- <summary>
- Finds the sever capability with the specified identifier.
- </summary>
- <param name="id">The identifier.</param>
- <returns>The sever capability, if found. NULL if it does not exist.</returns>
- </member>
- <member name="T:Opc.Ua.Gds.Client.ServerCapability">
- <summary>
- A server capability.
- </summary>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerCapability.Id">
- <summary>
- Gets or sets the identifier.
- </summary>
- <value>
- The identifier.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerCapability.Description">
- <summary>
- Gets or sets the description.
- </summary>
- <value>
- The description.
- </value>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapability.ToString">
- <summary>
- Returns a <see cref="T:System.String" /> that represents this instance.
- </summary>
- <returns>
- A <see cref="T:System.String" /> that represents this instance.
- </returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerCapability.ToString(System.String,System.IFormatProvider)">
- <summary>
- Returns a <see cref="T:System.String" /> that represents this instance.
- </summary>
- <param name="format">The format.</param>
- <param name="formatProvider">The format provider.</param>
- <returns>
- A <see cref="T:System.String" /> that represents this instance.
- </returns>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.NoInformation">
- <summary>
- No information is available.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.LiveData">
- <summary>
- The server supports live data.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.AlarmsAndConditions">
- <summary>
- The server supports alarms and conditions
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.HistoricalData">
- <summary>
- The server supports historical data.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.HistoricalEvents">
- <summary>
- The server supports historical events.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.GlobalDiscoveryServer">
- <summary>
- The server is a global discovery server.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.LocalDiscoveryServer">
- <summary>
- The server is a local discovery server.
- </summary>
- </member>
- <member name="F:Opc.Ua.Gds.Client.ServerCapability.DI">
- <summary>
- The server supports the data integration (DI) information model.
- </summary>
- </member>
- <member name="T:Opc.Ua.Gds.Client.ServerPushConfigurationClient">
- <summary>
- A class used to access the Push Configuration information model.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.#ctor(Opc.Ua.Configuration.ApplicationInstance)">
- <summary>
- Initializes a new instance of the <see cref="T:Opc.Ua.Gds.Client.ServerPushConfigurationClient"/> class.
- </summary>
- <param name="application">The application.</param>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Application">
- <summary>
- Gets the application instance.
- </summary>
- <value>
- The application instance.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.AdminCredentials">
- <summary>
- Gets or sets the admin credentials.
- </summary>
- <value>
- The admin credentials.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.EndpointUrl">
- <summary>
- Gets or sets the endpoint URL.
- </summary>
- <value>
- The endpoint URL.
- </value>
- </member>
- <member name="E:Opc.Ua.Gds.Client.ServerPushConfigurationClient.AdminCredentialsRequired">
- <summary>
- Raised when admin credentials are required.
- </summary>
- </member>
- <member name="E:Opc.Ua.Gds.Client.ServerPushConfigurationClient.ConnectionStatusChanged">
- <summary>
- Raised when the connection status changes.
- </summary>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.PreferredLocales">
- <summary>
- Gets or sets the preferred locales.
- </summary>
- <value>
- The preferred locales.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.IsConnected">
- <summary>
- Gets a value indicating whether the session is connected.
- </summary>
- <value>
- <c>true</c> if the session is connected; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Session">
- <summary>
- Gets the session.
- </summary>
- <value>
- The session.
- </value>
- </member>
- <member name="P:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Endpoint">
- <summary>
- Gets the endpoint.
- </summary>
- <value>
- The endpoint.
- </value>
- </member>
- <member name="E:Opc.Ua.Gds.Client.ServerPushConfigurationClient.KeepAlive">
- <summary>
- Occurs when keep alive occurs.
- </summary>
- </member>
- <member name="E:Opc.Ua.Gds.Client.ServerPushConfigurationClient.ServerStatusChanged">
- <summary>
- Occurs when the server status changes.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Connect">
- <summary>
- Connects using the default endpoint.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Connect(System.String)">
- <summary>
- Connects the specified endpoint URL.
- </summary>
- <param name="endpointUrl">The endpoint URL.</param>
- <exception cref="T:System.ArgumentNullException">endpointUrl</exception>
- <exception cref="T:System.ArgumentException">endpointUrl</exception>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Connect(Opc.Ua.ConfiguredEndpoint)">
- <summary>
- Connects the specified endpoint.
- </summary>
- <param name="endpoint">The endpoint.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.Disconnect">
- <summary>
- Disconnects this instance.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.GetSupportedKeyFormats">
- <summary>
- Gets the supported key formats.
- </summary>
- <exception cref="T:System.InvalidOperationException">Connection to server is not active.</exception>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.ReadTrustList(Opc.Ua.TrustListMasks)">
- <summary>
- Reads the trust list.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.UpdateTrustList(Opc.Ua.TrustListDataType)">
- <summary>
- Updates the trust list.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)">
- <summary>
- Add certificate.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.AddCrl(Opc.Ua.Security.Certificates.X509CRL,System.Boolean)">
- <summary>
- Add certificate.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.RemoveCertificate(System.String,System.Boolean)">
- <summary>
- Remove certificate.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.CreateSigningRequest(Opc.Ua.NodeId,Opc.Ua.NodeId,System.String,System.Boolean,System.Byte[])">
- <summary>
- Creates the CSR.
- </summary>
- <param name="certificateGroupId">The certificate group identifier.</param>
- <param name="certificateTypeId">The certificate type identifier.</param>
- <param name="subjectName">Name of the subject.</param>
- <param name="regeneratePrivateKey">if set to <c>true</c> [regenerate private key].</param>
- <param name="nonce">The nonce.</param>
- <returns></returns>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.UpdateCertificate(Opc.Ua.NodeId,Opc.Ua.NodeId,System.Byte[],System.String,System.Byte[],System.Byte[][])">
- <summary>
- Updates the certificate.
- </summary>
- <param name="certificateGroupId">The group of the trust list.</param>
- <param name="certificateTypeId">The type of the trust list.</param>
- <param name="certificate">The certificate.</param>
- <param name="privateKeyFormat">The format of the private key, PFX or PEM.</param>
- <param name="privateKey">The private ky.</param>
- <param name="issuerCertificates">An array containing the chain of issuer certificates.</param>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.GetRejectedList">
- <summary>
- Reads the rejected list.
- </summary>
- </member>
- <member name="M:Opc.Ua.Gds.Client.ServerPushConfigurationClient.ApplyChanges">
- <summary>
- Restarts this instance.
- </summary>
- </member>
- </members>
- </doc>
|