| JwtAuthGetSymmetricSecurityKey - метод |
Получить симметричный ключ для шифрования.
Пространство имён:
FinistSoft.BackEndNetCoreHost.Authorization
Сборка:
BackEndNetCoreHost (в BackEndNetCoreHost.exe) Версия: 1.0.0
Синтаксис private static SymmetricSecurityKey GetSymmetricSecurityKey(
string key
)
Private Shared Function GetSymmetricSecurityKey (
key As String
) As SymmetricSecurityKey
Dim key As String
Dim returnValue As SymmetricSecurityKey
returnValue = JwtAuth.GetSymmetricSecurityKey(key)
private static function GetSymmetricSecurityKey(
key : String
) : SymmetricSecurityKey
Параметры
- key
- Тип: SystemString
Строковый ключ
Возвращаемое значение
Тип:
SymmetricSecurityKeyСимметричный ключ для шифрования.
См. также