Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
UAKeyCredentialConfiguration_Base
Interface UAKeyCredentialConfiguration_Base
namespace
http://opcfoundation.org/UA/
nodeClass
ObjectType
typedDefinition
KeyCredentialConfigurationType i=18001
isAbstract
false
interface
UAKeyCredentialConfiguration_Base
{
deleteCredential
?:
UAMethod
;
endpointUrls
?:
UAProperty
<
UAString
[]
,
String
>
;
getEncryptingKey
?:
UAMethod
;
profileUri
:
UAProperty
<
UAString
,
String
>
;
resourceUri
:
UAProperty
<
UAString
,
String
>
;
serviceStatus
?:
UAProperty
<
StatusCode
,
StatusCode
>
;
updateCredential
?:
UAMethod
;
}
Hierarchy (
view full
)
UAKeyCredentialConfiguration_Base
UAKeyCredentialConfiguration
Index
Properties
delete
Credential?
endpoint
Urls?
get
Encrypting
Key?
profile
Uri
resource
Uri
service
Status?
update
Credential?
Properties
Optional
delete
Credential
delete
Credential
?:
UAMethod
Optional
endpoint
Urls
endpoint
Urls
?:
UAProperty
<
UAString
[]
,
String
>
Optional
get
Encrypting
Key
get
Encrypting
Key
?:
UAMethod
profile
Uri
profile
Uri
:
UAProperty
<
UAString
,
String
>
resource
Uri
resource
Uri
:
UAProperty
<
UAString
,
String
>
Optional
service
Status
service
Status
?:
UAProperty
<
StatusCode
,
StatusCode
>
Optional
update
Credential
update
Credential
?:
UAMethod
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
delete
Credential
endpoint
Urls
get
Encrypting
Key
profile
Uri
resource
Uri
service
Status
update
Credential
NodeOPCUA reference documentation - public API
Loading...