Verification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verification
public class Verification
type Verification = class
Public Class Verification
- Inheritance
-
Verification
Constructors
| Name | Description |
|---|---|
| Verification() | |
Properties
| Name | Description |
|---|---|
| CommitSignature |
The signature that was extracted from the commit. |
| IsVerified |
Indicates whether GitHub considers the signature in this commit to be verified. |
| SignedValue |
The value that was signed. |
| VerificationReason |
The reason for verified value. |