Table of Contents

implicit operator Operator

Definition

Namespace
Codebelt.SharedKernel.Security
Assemblies
Codebelt.SharedKernel.dll
Source
src/Codebelt.SharedKernel/Security/Secret.cs

implicit operator Secret(Guid)

Performs an implicit conversion from Guid to Secret.

public static implicit operator Secret(Guid value)

Parameters

value Guid

The value to convert.

Returns

Secret

A Secret that is equivalent to value.

implicit operator Secret(string)

Performs an implicit conversion from string to Secret.

public static implicit operator Secret(string value)

Parameters

value string

The value to convert.

Returns

Secret

A Secret that is equivalent to value.