C# Class Org.BouncyCastle.Bcpg.Sig.SignerUserId

Inheritance: SignatureSubpacket
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetId ( ) : string
SignerUserId ( bool critical, byte data ) : System
SignerUserId ( bool critical, string userId ) : System

Private Methods

Method Description
UserIdToBytes ( string id ) : byte[]

Method Details

GetId() public method

public GetId ( ) : string
return string

SignerUserId() public method

public SignerUserId ( bool critical, byte data ) : System
critical bool
data byte
return System

SignerUserId() public method

public SignerUserId ( bool critical, string userId ) : System
critical bool
userId string
return System