Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.CngProperty Struct Reference

Public Member Functions

 CngProperty (string name, byte[]? value, CngPropertyOptions options)
 
byte?[] GetValue ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (CngProperty other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (CngProperty left, CngProperty right)
 
static bool operator!= (CngProperty left, CngProperty right)
 

Package Functions

byte[] GetValueWithoutCopying ()
 

Properties

string Name [get, private set]
 
CngPropertyOptions Options [get, private set]
 

Private Attributes

readonly byte[] _value
 
int? _lazyHashCode
 

Detailed Description

Definition at line 6 of file CngProperty.cs.


The documentation for this struct was generated from the following file: