Class MessageIntegrity
Inheritance
MessageIntegrity
Assembly: Libplanet.Stun.dll
Syntax
public class MessageIntegrity : Attribute
Constructors
|
Improve this Doc
View Source
MessageIntegrity(Byte[])
Declaration
public MessageIntegrity(byte[] value)
Parameters
Type |
Name |
Description |
Byte[] |
value |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public override Attribute.AttributeType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
public byte[] Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
Calculate(String, String, String, Byte[])
Declaration
public static MessageIntegrity Calculate(string username, string password, string realm, byte[] msg)
Parameters
Returns
|
Improve this Doc
View Source
EncodePayload(Byte[])
Declaration
protected override byte[] EncodePayload(byte[] transactionId)
Parameters
Type |
Name |
Description |
Byte[] |
transactionId |
|
Returns
Overrides