HostKeys interface
Functions ホスト レベルのキー。
プロパティ
function |
ホスト レベルの関数キー。 |
master |
秘密鍵。 |
system |
システム キー。 |
プロパティの詳細
functionKeys
ホスト レベルの関数キー。
functionKeys?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
masterKey
秘密鍵。
masterKey?: string
プロパティ値
string
systemKeys
システム キー。
systemKeys?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}