ServiceCredentialsLoginKey Property
|
Get login key.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] LoginKey { get; }Public ReadOnly Property LoginKey As Byte()
Get
public:
virtual property array<unsigned char>^ LoginKey {
array<unsigned char>^ get () sealed;
}abstract LoginKey : byte[] with get
override LoginKey : byte[] with get
Property Value
Type:
ByteImplements
IServiceCredentialsLoginKey
See Also