Show / Hide Table of Contents

Class PKP

Podpisový kód podnikateľa. Hodnota "PKP" predstavuje podpisový kód podnikateľa vygenerovaný ORP v čase vytvorenia dokladu. Ide o elektronický podpis vybraných údajov uvedených na doklade, kódovaných vo formáte Base64.

Inheritance
System.Object
PKP
Implements
System.IEquatable<PKP>
System.IComparable<PKP>
IDeepCloneable<PKP>
IDeepCloneable
System.ICloneable
System.Collections.Generic.IEnumerable<System.Char>
System.Collections.IEnumerable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PKP : Object, IEquatable<PKP>, IComparable<PKP>, IDeepCloneable<PKP>, IDeepCloneable, ICloneable, IEnumerable<char>, IEnumerable
Examples

Q2z+25bWv5Q0jNsqDPMY/6UiYpszbzdNP0/jisYeAc2PXtbyKp+BmN7yiPa+8g/FtjXUysHXVCLWtYE 5rAM58wpAbpwyvInxpfTQN9La+/X6x+8JR6wgfPIJlaNrce8iL/ZIZwT9q/in/dTOFlOXqYhZ8MZxU6z pu1PxQupaMoqfj5lvpOQ82sDBvufjOkkAbiYjGXDNnl4EgiEd7apZh1pHDBbolvIBSTc7FhECsx5b6dd0 9WRn8ejwnxFx9YaOsZsyZJkJXg9N1mglmHI4vkD24ElpdeUX/yN0s2UR8QSbd51klqHgipdJjfFN86J 6TPPMaslre/kQu1HZjGJ/CQ==

Constructors

PKP(String)

Declaration
public PKP(string value)
Parameters
Type Name Description
System.String value

Fields

ValueLength

Declaration
public const ushort ValueLength = 344
Field Value
Type Description
System.UInt16

Properties

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Methods

CompareTo(PKP)

Declaration
public int CompareTo(PKP other)
Parameters
Type Name Description
PKP other
Returns
Type Description
System.Int32

Create(GeneratePKPContext, Certificate)

Declaration
public static PKP Create(GeneratePKPContext context, Certificate certificate)
Parameters
Type Name Description
GeneratePKPContext context
Certificate certificate
Returns
Type Description
PKP

DeepClone()

Declaration
public PKP DeepClone()
Returns
Type Description
PKP

Equals(PKP)

Declaration
public bool Equals(PKP other)
Parameters
Type Name Description
PKP other
Returns
Type Description
System.Boolean

Equals(PKP, PKP)

Declaration
public static bool Equals(PKP x, PKP y)
Parameters
Type Name Description
PKP x
PKP y
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetEnumerator()

Declaration
public IEnumerator<char> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.Char>

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

IsValid(String)

Declaration
public static bool IsValid(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.Boolean

Stringify(ReceiptType)

Declaration
public static string Stringify(ReceiptType receiptType)
Parameters
Type Name Description
ReceiptType receiptType
Returns
Type Description
System.String

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Equality(PKP, PKP)

Declaration
public static bool operator ==(PKP x, PKP y)
Parameters
Type Name Description
PKP x
PKP y
Returns
Type Description
System.Boolean

Implicit(PKP to String)

Declaration
public static implicit operator string (PKP pkp)
Parameters
Type Name Description
PKP pkp
Returns
Type Description
System.String

Implicit(String to PKP)

Declaration
public static implicit operator PKP(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
PKP

Inequality(PKP, PKP)

Declaration
public static bool operator !=(PKP x, PKP y)
Parameters
Type Name Description
PKP x
PKP y
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

System.IEquatable<>
System.IComparable<>
IDeepCloneable<T>
IDeepCloneable
System.ICloneable
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©