Show / Hide Table of Contents

Class SecretKey

Secret API key for Alpaca API authentication.

Inheritance
System.Object
SecurityKey
SecretKey
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: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class SecretKey : SecurityKey

Constructors

| Improve this Doc View Source

SecretKey(String, String)

Creates a new instance of SecretKey object.

Declaration
public SecretKey(String keyId, String value)
Parameters
Type Name Description
String keyId

Secret API key identifier.

String value

Secret API key value.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX