Show / Hide Table of Contents

Class OpenIDConstants.KeyOps

Key operations.

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

Fields

Decrypt

Decryption.

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

Encrypt

Encryption.

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

Sign

Signature generation.

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

Verify

Signature verification.

Declaration
public const string Verify = "verify"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.