İngilizce dilinde oku

Aracılığıyla paylaş


SymmetricKeyCredentials Class

public final class SymmetricKeyCredentials
extends CredentialsBase

Symmetric key credential.

Constructor Summary

Constructor Description
SymmetricKeyCredentials(String key)

Creates an instance of SymmetricKeyCredentials class.

Method Summary

Modifier and Type Method and Description
String getKey()

Get the key property: Symmetric key credential.

Methods inherited from java.lang.Object

Constructor Details

SymmetricKeyCredentials

public SymmetricKeyCredentials(String key)

Creates an instance of SymmetricKeyCredentials class.

Parameters:

key - the key value to set.

Method Details

getKey

public String getKey()

Get the key property: Symmetric key credential.

Returns:

the key value.

Applies to

Azure SDK for Java

Legacy