Show / Hide Table of Contents

Class OpenIDConstants.KeyOps

Key operations.

Inheritance
object
OpenIDConstants.KeyOps
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.KeyOps

Fields

Decrypt

Decryption.

Declaration
public const string Decrypt = "decrypt"
Field Value
Type Description
string

Encrypt

Encryption.

Declaration
public const string Encrypt = "encrypt"
Field Value
Type Description
string

Sign

Signature generation.

Declaration
public const string Sign = "sign"
Field Value
Type Description
string

Verify

Signature verification.

Declaration
public const string Verify = "verify"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.