TokenAlreadyExistsException(String, TokenScope, NullableGuid, NullableGuid, Byte) - конструктор
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenAlreadyExistsException(
string id,
TokenScope scope,
Guid? refID = null,
Guid? userID = null,
byte[]? hash = null
)
Public Sub New (
id As String,
scope As TokenScope,
Optional refID As Guid? = Nothing,
Optional userID As Guid? = Nothing,
Optional hash As Byte() = Nothing
)
public:
TokenAlreadyExistsException(
String^ id,
TokenScope^ scope,
Nullable<Guid> refID = nullptr,
Nullable<Guid> userID = nullptr,
array<unsigned char>^ hash = nullptr
)
new :
id : string *
scope : TokenScope *
?refID : Nullable<Guid> *
?userID : Nullable<Guid> *
?hash : byte[]
(* Defaults:
let _refID = defaultArg refID null
let _userID = defaultArg userID null
let _hash = defaultArg hash null
*)
-> TokenAlreadyExistsException
Параметры
- id String
The identifier of the token.
- scope TokenScope
The token scope.
- refID NullableGuid (Optional)
The identifier of the resource for which the token was created.
- userID NullableGuid (Optional)
The identifier of the user for whom the token was created.
- hash Byte (Optional)
The hash of the token.
It may be .